-
Notifications
You must be signed in to change notification settings - Fork 0
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
IntelliJ IDEA plugin #14
Comments
Please try lsp4ij which is a free lsp support for intellij |
This sounds great |
Thanks @pditommaso for your anwer. If you want to have an overview of LSP4IJ, I suggest that you read 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 |
Thanks @angelozerr, that's very useful. We'll surely have a look at this |
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
The text was updated successfully, but these errors were encountered: