nextflow-io / language-server

The Nextflow language server
Apache License 2.0
9 stars 0 forks source link

IntelliJ IDEA plugin #14

Open bentsherman opened 4 months ago

bentsherman commented 4 months ago

IntelliJ does not appear to support LSP natively but there is a community library called lsp4intellij which can be used in an IntelliJ plugin to provide language support.

We should also keep an eye on JetBrains Fleet, which will combine the functionality of all the other JetBrains IDEs and support LSP natively.

See also: https://github.com/gtache/intellij-lsp

angelozerr commented 3 weeks ago

Please try lsp4ij which is a free lsp support for intellij

pditommaso commented 3 weeks ago

This sounds great

angelozerr commented 3 weeks ago

This sounds great

Thanks @pditommaso for your anwer. If you want to have an overview of LSP4IJ, I suggest that you read https://idetools.dev/blog/lsp4ij-announcement/

We have the luck that more and more plugins uses LSP4IJ, see https://github.com/redhat-developer/lsp4ij/tree/main?tab=readme-ov-file#who-is-using-lsp4ij

pditommaso commented 3 weeks ago

Thanks @angelozerr, that's very useful. We'll surely have a look at this