x/tools/gopls: support finding generic interface implementations #66524
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
Run
go version
to get version of Go from the VS Code integrated terminal.Run
gopls -v version
to get version of Gopls from the VS Code integrated terminal.Run
code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.Check your installed extensions to get the version of the VS Code Go extension
Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) >
Go: Locate Configured Go Tools
command.Share the Go related settings you have added/edited
Describe the bug
When I tried to findout how many implementations of this interface, I got "no impl" result.
Actually, I have some implementations for this generic interface.
Steps to reproduce the behavior:
Please check bug description pictures.
Screenshots or recordings
Please check bug description pictures.
The text was updated successfully, but these errors were encountered: