x/tools/gopls: triggers packages.Load on ctrl-hover #35716
Closed
Labels
Milestone
Comments
As of CL 208265, we no longer call |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Build info
Go info
What did you do?
Hovered over an indentifier with the ctrl key held down in VSCode.
What did you expect to see?
A hover more or less instantly.
What did you see instead?
Delay due to a packages.Load call. The hover triggers a didOpen for the file that declares the identifier I'm hovering over, and that didOpen seems to trigger a packages.Load call on it.
The text was updated successfully, but these errors were encountered: