-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gopls/internal/golang/completion: fix completion behavior when the source has syntax errors #477
base: master
Are you sure you want to change the base?
Conversation
…urce has syntax errors
This PR (HEAD: 4fcfc23) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/561417. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Robert Findley: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Furkan Özalp: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Robert Findley: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Furkan Özalp: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Robert Findley: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Robert Findley: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Muir Manders: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Furkan Özalp: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Muir Manders: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Furkan Özalp: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Muir Manders: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Message from Furkan Özalp: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
This PR (HEAD: 831114b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/561417. Important tips:
|
Message from Furkan Özalp: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/561417. |
Fixes completion behavior when the source is incomplete or contains syntax errors.
Fixes golang/go#65529