x/tools/gopls: "no object found" when renaming a function from within its doc comment #42301
Labels
FeatureRequest
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
What did you do?
example.go:
emacs example.go
Foo
within the comment (example.go:3:4
).M-x eglot-rename
What did you expect to see?
The function described in the comment should be renamed to the new name, and all known references to that function should be updated.
What did you see instead?
no object found
The text was updated successfully, but these errors were encountered: