x/tools/gopls: code lens for interfaces implemented by methods #58024
Labels
FeatureRequest
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Is your feature request related to a problem? Please describe.
If I am looking at existing Go code, I would like to see immediately if this method was
implemented to satisify an interface.
For example like this screenshot from a different IDE:
the red up-arrow symbol on the left side shows that this method implements an interface.
It would be great to have these indicators next to the line number in vscode.
Describe alternatives you've considered
I thought about alternatives, but having a small indictor next to the line number is the only solution I have found.
Related discusssion: golang/vscode-go#1735
The text was updated successfully, but these errors were encountered: