x/tools/gopls: implementations fails on internal/lsp/source #35857
Comments
@ridersofrohan investigated this issue, and it comes down to the different
I'm not sure what the best approach is here. We could probably check if the identifier's package is a dependency of the package being investigated and switch the package being compared? |
Change https://golang.org/cl/209759 mentions this issue: |
This still happens for me sometimes. After restarting gopls find-implementations always works, but then later I come back and find-implementations stops working. I would guess the workspace package list is getting out of sync or breaking in some way, but I haven't tracked it down yet. |
Going to the implementation of a function in an interface in internal/lsp/source/view.go always fails.
The text was updated successfully, but these errors were encountered: