x/tools/gopls: rename doesn't propagate to the implementors #65098
Labels
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Refactoring
Issues related to refactoring tools
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Go version
devel go1.22-1d45a7ef56 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
==> ./foo/foo.go <==
==> ./bar/bar.go <==
==> ./qux/qux.go <==
The renaming of the function
foo/I.F()
tofoo/I.FF()
doesn't propagate tobar/S.F()
Checked with both
gopls@v0.15.0-pre.1
in VSCode andgorename
What did you see happen?
bar/S.F()
renamed tobar/S.FF()
What did you expect to see?
bar/s.F()
is not renamedThe text was updated successfully, but these errors were encountered: