You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
The Go langserver recently added support for textDocument/implementation: sourcegraph/go-langserver#252
I wanted to use it (with go.useLanguageServer: true), but the menu item doesn't show for me when I right click on symbols.
The text was updated successfully, but these errors were encountered:
If the above fails with Error: end of central directory record signature not found, then clone this repo and use the Go-latest.vsix file from the cloned repo
Reload VS Code
Note, this will only work from VS Code 1.22 onwards
Go to Implementation and Peek Implementation features are now powered by the language server (if enabled) in the latest update to the Go extension (0.6.79)
Don't forget to update the language server to get this feature
The Go langserver recently added support for
textDocument/implementation
: sourcegraph/go-langserver#252I wanted to use it (with
go.useLanguageServer: true
), but the menu item doesn't show for me when I right click on symbols.The text was updated successfully, but these errors were encountered: