x/tools/gopls: spurious workspace symbol items #46997
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.
Milestone
gopls version v0.7.0
go version 1.16.4
I observed
workspace/symbol
query returns embedded interfaces while testing whether workspace symbol query can be used for improving vscode-go's interface stub generation feature as described in golang/vscode-go#1547.See the following - where for query
Reader
, multipleReaders
in the"io"
packages were reported.One is the true io.Reader, while the others are other interfaces that embed and extend io.Reader (ReadWriter, ReadCloser, ...)
I am not sure if this is working as intended or not.
The text was updated successfully, but these errors were encountered: