The result of find all implementations
is incomplete
#2626
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.gopls -v version
to get version of Gopls from the VS Code integrated terminal.code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.Go: Locate Configured Go Tools
command.gomodifytags: /Users/zzzzer/go/bin/gomodifytags (version: v1.16.0 built with go: go1.19.5)
impl: /Users/zzzzer/go/bin/impl (version: v1.1.0 built with go: go1.19.5)
goplay: /Users/zzzzer/go/bin/goplay (version: v1.0.0 built with go: go1.19.5)
dlv: /Users/zzzzer/go/bin/dlv (version: v1.20.1 built with go: go1.19.5)
staticcheck: /Users/zzzzer/go/bin/staticcheck (version: v0.3.3 built with go: go1.19.5)
gopls: /Users/zzzzer/go/bin/gopls (version: v0.11.0 built with go: go1.19.5)
Describe the bug
When i use
find all implementations
forcontext.Context
, vscode shows:I found the result is incomplete.
Goland's output:
why?
The text was updated successfully, but these errors were encountered: