You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/server: support links and hovers for replace directive
This CL supports links and hovers for replace directive. It supports links
for local replacement such as 'replace A => ../'.
It also respects replacement for a module version(replace A => A v1.2.3),
and replacement from a module to another(replace A => B v1.2.3), so the hover
messages above import decl in .go files and modules in go.mod are correct.
Fixesgolang/go#73423
Change-Id: I777ff3b77e399406b066780501c084d59af9e442
Reviewed-on: https://go-review.googlesource.com/c/tools/+/667015
Reviewed-by: Alan Donovan <[email protected]>
Auto-Submit: Alan Donovan <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
Commit-Queue: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
0 commit comments