-
Notifications
You must be signed in to change notification settings - Fork 756
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
src/goImpl: improve goimpl implememtations (#1547) #1592
base: master
Are you sure you want to change the base?
Conversation
* change InputBox to QuickPick * search workspace interface symbol according to keyword * change static code text to code snippet
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
This PR (HEAD: c2e17a3) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/330850 to see it. Tip: You can toggle comments from me using the |
Message from Go Bot: 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/330850. |
Message from Hyang-Ah Hana Kim: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 1: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from Suzy Mueller: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
* change InputBox to QuickPick * search workspace interface symbol according to keyword * change static code text to code snippet For golang#1547
This PR (HEAD: 3cd9332) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/330850 to see it. Tip: You can toggle comments from me using the |
Message from day-dreams: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from Suzy Mueller: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 3: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 3: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
This PR (HEAD: 3c9d035) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/330850 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 1: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from Suzy Mueller: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from day-dreams: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from Suzy Mueller: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 3: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 3: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Change-Id: I7e26f492e584088a5e06d12d46561038d1069914
Change-Id: I3f85a665b111fc043bf226965d917838831f990f
A space before Receiver__ makes the replacement never occurs. Change-Id: Ibf0ee8bfa0004b942243dfb50a8d97f5683896e5
Change-Id: I736fdc6946abb8f5e9df9710ed52631706b08da3
This PR (HEAD: 6994d90) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/330850 to see it. Tip: You can toggle comments from me using the |
If user searches with 'io.Reader' for more specific workspace symbol search, the new interface returns 'io.Reader' as the symbol name. Passing it to impl as it is will cause an error. Use only the part after '.' as a heuristic. Change-Id: I7935ad9ef59be50db0bc09890b9532c8e0ba32b6
This PR (HEAD: b2f06cc) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/330850 to see it. Tip: You can toggle comments from me using the |
@day-dreams Just in case you didn't see the comment in the gerrit cl. I added minor changes. Please take a look. |
Message from Hyang-Ah Hana Kim: Patch Set 6: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Change-Id: I149d07ae251186898861089b66bee9ec5a57c7a7
This PR (HEAD: 11dd0ec) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/330850 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 7: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 7: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Message from kokoro: Patch Set 7: TryBot-Result+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/330850. |
Why hasn't this been merged yet? |
Fixes #1547