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
@angelozerr one thing cursive does that works great for Clojure is use the same shortcut of find definition, when the cursor is already on a definition it doesn't make sense to find the definition, so it finds the references.
So, Ctrl + B or Ctrl + click on a definition, opens the find references popup, if we could have this would be so great
This is the same behavior I implemented on clojure-lsp-intellij master
After enabling call hierarchy, the new shortcut
Ctrl
+Alt
+h
, overrides the find references shortcut, only working if manually selecting from menu.The text was updated successfully, but these errors were encountered: