x/tools/gopls: allow renaming arbitrary package paths #57171
Labels
FeatureRequest
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 issue proposes to extend gopls' package renaming feature to prompt with the full package path of the the package (rather than just the package name), and allow arbitrary edits of the package path, potentially even across module boundaries.
(aside: this feature was originally part of #56184, but is significant enough in scope to warrant its own issue).
Specifically, we should:
The pieces of this exists in the current renaming code, but must be generalized.
The text was updated successfully, but these errors were encountered: