x/tools/gopls: can't see assembly implementation of functions w/o body #60531
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
What did you do?
I'm using VS Code. Until some moment it was possible to see the assembly implementation of a function without body by
Ctrl-Click
orF12
, etc. I just found that it's not possible anymore.For instance when I try to see implementation of

atomic.AddInt32
I'm just switching between its signature and a method where it's used.What did you expect to see?
See the assembly code of a function.
What did you see instead?
Switching between function signature and it's only reference in a package.
Build info
The text was updated successfully, but these errors were encountered: