-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
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.FrozenDueToAgeToolsThis 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.help wanted
Milestone
Description
Go version
go version go1.21.4 darwin/arm64
What operating system and processor architecture are you using (go env
)?
gopls v0.14.2
What did you do?
Renaming the FuncA
function should also change the godoc link in FuncB
documentation.
func FuncA() {
}
// FuncB is same as [FuncB].
func FuncB() {
}
What did you expect to see?
godoc link replaced with the reference to the new name of FuncA.
What did you see instead?
FuncA
is still referenced but the symbol doesn't exist anymore. The documentation is now inconsistent (dangling link).
rliebz
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.FrozenDueToAgeToolsThis 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.help wanted