x/tools/gopls: cannot find implementation for a particular interface in a vendored module #46894
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Some vendored modules are not getting parsed properly by gopls. Things like references, implementations etc for certain types don't work.
I've tried to navigate to references and implementations for these modules in both VSCode and Vim, but get the same results. I'm not able to reproduce the issue in a small project that I can post here for easy investigation. But I can provide any logs etc. as long as they don't reveal anything about the code itself.
The exact same issue is observed if I open just the vendored module in VSCode too.
The text was updated successfully, but these errors were encountered: