Replies: 15 comments 43 replies
-
Implementing default menu is super hard because LSP doesn't work with PsiFile. @SCWells72 have you some idea how to implement that? |
Beta Was this translation helpful? Give feedback.
-
@angelozerr given this is the most upvoted discussion, should we create a issue for it? at least for clojure-lsp-intellij, there is some noise of people requesting this feature |
Beta Was this translation helpful? Give feedback.
-
PR for this is now open as #853. |
Beta Was this translation helpful? Give feedback.
-
@kuglee @ericdallo could you install https://github.com/redhat-developer/lsp4ij?tab=readme-ov-file#testing-nightly-builds and tell me if it works better. The nighty countains the 2 PRs from @SCWells72 which should fix this issue (if your language server supports semantic tokens) and provide breadcrumbs / line sticky. |
Beta Was this translation helpful? Give feedback.
-
It's the same for me with 0.11.1-20250311-215653. I don't really know if it it supposed to work with sourcekit-lsp. |
Beta Was this translation helpful? Give feedback.
-
@kuglee could you retry please. First you should have semantic tokens (custom coloration) like this: and I hope Usages will work. |
Beta Was this translation helpful? Give feedback.
-
I've tried it with 0.12.0-20250313-173605. The Usages doesn't work. This is the result: ![]() |
Beta Was this translation helpful? Give feedback.
-
@kuglee you are using SourceKit LSP inside a custom IJ plugin? |
Beta Was this translation helpful? Give feedback.
-
@kuglee I have merged my PR which fixes a freeze issue. Could you re-install nighty build please. You could have a freeze, but it should stop the freeze after 5000 ms. Please give me feedback. |
Beta Was this translation helpful? Give feedback.
-
The IDE drops thread dumps automatically in the same directory as |
Beta Was this translation helpful? Give feedback.
-
@kuglee could you retry nighty build and tell us if it is working better please. |
Beta Was this translation helpful? Give feedback.
-
LSP4IJ 0.12.0 has been released and should fix this Find usages issues. Thanks again @kuglee to have spent so many times to test LSP4IJ 0.12.0 and helped me to discover a very annoying freeze. |
Beta Was this translation helpful? Give feedback.
-
Thank you all for working on this. |
Beta Was this translation helpful? Give feedback.
-
@kuglee are you using the dap support for swift https://github.com/redhat-developer/lsp4ij/blob/main/docs%2Fdap%2Fuser-defined-dap%2Fswift-lldb.md ? |
Beta Was this translation helpful? Give feedback.
-
just wanna share that 0.12.0 is working great with that feature in clojure-lsp-intellij, users are loving it! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could "Declaration or Usages" made to work with this plugin? I know that there's "LSP Reference(s)" but that works differently.
"Declaration or Usages" works like the following:
Currently middle-clicking a usage works as expected but middle-clicking a declaration just goes to itself.
Beta Was this translation helpful? Give feedback.
All reactions