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
I want to jump to definition of hint type UsageError . when my mouse at position "a", the blue panel is show up, But when I trying to move my mouse from position "a" to position "b", the blue panel is gone, I have no chance to go to definition of "hint" type.
What should I do to go to definition of `UsageError`
The text was updated successfully, but these errors were encountered:
Answering the latest comment's question: it is not possible now due to the hacky way our hints are implemented.
But after #11445 lands, inlay hints will be using official VSCode API which does provide a way to Cmd/Ctrl+click a hint part.
Yet there has to be more work done to support it, since the migration PR does not implement the clicking yet.
Hi,
I want to jump to definition of hint type
UsageError
. when my mouse at position "a", the blue panel is show up, But when I trying to move my mouse from position "a" to position "b", the blue panel is gone, I have no chance to go to definition of "hint" type.
What should I do to go to definition of `UsageError`The text was updated successfully, but these errors were encountered: