Eric Dallo

Results 686 comments of Eric Dallo

@angelozerr thanks for the followup, I will spend more time on this project from now on, and I will take a closer look on lsp4ij, the first thing I need...

I took a look at the LSPSupport doc, AFAICS there is nothing missing! Ok, my next concern is how much I will need to change the core of the plugin,...

@angelozerr I created a branch [here](https://github.com/clojure-lsp/clojure-lsp-intellij/pull/60) to start this integration, some points I noticed: - clojure-lsp supports intellij 2021 while the plugin supports only 2023 onwards, that's not a big...

> Lsp4ij supports 2022.3 to eap (for the moment) I'm seeing 2023.2 [here](https://plugins.jetbrains.com/plugin/23257-lsp4ij/versions) > If you restart IJ you dont see your ls? Same problem after restarting :/ any other...

> If you close the language server view and reopen it? Nothing, tried multiple things, it's like it's not finding that config in my plugin XML

@angelozerr that fixes the problem! sorry for my silly fault 😅 I'll work on the statusbar now, so the only missing important thing for now is the progress notifications not...

> You mean $progress from LSP or other progress kind? Yes, those are sent during initialize in server side.

> Do you see some $progress in the lsp console? It's weird, but although server is working, the logs and traces are empty ![Image](https://github.com/user-attachments/assets/76c534a6-4b68-48cc-9d3c-19217e5a9ba9)

@angelozerr what's your suggestion to support auto server download before starting it? Currently, we have this logic [here](https://github.com/clojure-lsp/clojure-lsp-intellij/blob/master/src/main/clojure/com/github/clojure_lsp/intellij/server.clj#L144-L175) to download server and start it automatically

I made the improvement on the server side that was supposed to fix this, but now we are facing a new bug as described [here](https://github.com/redhat-developer/lsp4ij/issues/1007)