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
Is it possible to use ctrl+click for Goto Definition? Ctrl+Click is the default for goto definition in vscode, Intellij, and the Kate editor.
When I update the Keybinding for lsp:goto-definition to ctrl+1lclick, it results in looking up the definition under the cursor rather than under the mouse, which is not intuitive. This means I that I would need to first click and then ctrl+click for goto definition. See the gif below where I'm trying to goto definition on Foo
The text was updated successfully, but these errors were encountered:
Is it possible to use ctrl+click for Goto Definition? Ctrl+Click is the default for goto definition in vscode, Intellij, and the Kate editor.
When I update the Keybinding for
lsp:goto-definition
toctrl+1lclick
, it results in looking up the definition under the cursor rather than under the mouse, which is not intuitive. This means I that I would need to first click and then ctrl+click for goto definition. See the gif below where I'm trying to goto definition on FooThe text was updated successfully, but these errors were encountered: