x/tools/gopls: implement references on package names #52968
Labels
gopls/refactoring
Issues related to refactoring features in gopls
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
This is a precursor to #41567. When positioned on a package name (
package foo
), we should support find references to find all imports offoo
within the workspace. We can subsequently extend this feature to package renaming.The text was updated successfully, but these errors were encountered: