-
Notifications
You must be signed in to change notification settings - Fork 321
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
Documentation on IntelliJ LSP Support might be outdated #2212
Comments
no run idea was working in Xtext 2.9 only.
or check if you get the original plugin running https://github.com/gtache/intellij-lsp |
i have no idea why it is not there. i cannot tell you why the idea community seems to have zero interest in language servers. |
@jnt0r the plugin is at least listed here |
Thanks, @cdietrich. I will try to download the plugin and debug the error locally. |
@jnt0r i at least could install it, and see the preference part for it. but currently cant try it out |
Looks like the compatibility level of the plugin is simply too low. Code seems to be working with new versions. I created a PR over there gtache/intellij-lsp#173. |
i fear the pr wont get merged |
Yes, I'm in favor of removing this. |
see also #2739 |
@cdietrich please note that we have relased https://github.com/redhat-developer/lsp4ij an Intellij plugin which provides free LSP support with LSP console Please read following documentation:
|
I just followed the documentation on https://www.eclipse.org/Xtext/documentation/340_lsp_support.html#getting-started-intellij and ran into an issue. The Plugin "LSP Support" mentioned in the documentation is not available in my IntelliJ installation (IntelliJ IDEA 2022.3).
On GitHub, the Repository of the plugins seems to be dead.
Is there a workaround like the old gradle goal "runIdea"? I don't find this in a newly created XText project.
The text was updated successfully, but these errors were encountered: