x/tools/gopls: no results for implementations #36219
Closed
Milestone
Comments
Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here. |
I believe that the support for implementations is incomplete in Can you try reproducing the issue at master? You can download master by running |
@stamblerre Yes, you are correct. After updating to master, find implementation is properly working. Thanks for your help! |
Great, thank you for confirming! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do?
when trying to run "find implementation" of fooInterface's method
test(int) int
, It give me an error "no implementation found".What did you expect to see?
I expect to be taken to implementations of
test(int) int
, in this case,fooStruct
's implementationWhat did you see instead?
An error:
Build info
Go info
The text was updated successfully, but these errors were encountered: