-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.
Milestone
Description
A little feature I've always wanted: when looking at a go.mod flie, I want to jump to uses of a module.
For example, today I was investigating postgres usage in pkgsite, and I wanted to see where github.com/lib/pq was used. I can grep, but that's a different UX and loses some fidelity.
I think this follows the theme of "make more LSP operations work more of the time", and should be straightforward to implement given that we already support find references on package paths, and this would just be a union of those results.
adonovan
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.