-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find references shortcut lost when callHierarchy is enabled #801
Comments
Indeed we need to find an another shortcut for this LSP Find References. Any contribution are welcome! |
@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. This is the same behavior I implemented on clojure-lsp-intellij master |
@angelozerr do you think we can fix this for next release? something really convenient for clojure devs is that if you use |
I dont know. I am not an expert wuth jetbrains sdk. @SCWells72 do you think we could fix this issue? |
Regarding @ericdallo's last question, that's the same thing being discussed here: I believe the answer is "no" until/unless there are actual However, I'm a bit perplexed as to the difference between Go To | LSP Reference(s) and the IDE's native Find/Show Usages actions. I don't think they behave identically right now, but I would think that any issues with the IDE's native action against LSP4IJ-provided references should be addressed and the custom Go To | LSP Reference(s) action should be deprecated/removed. |
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: