You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the plugin is only available for the paid versions of IntelliJ IDEs. The reason is that the plugin uses the LSP API, which is only available in commercial IntelliJ IDEs. This is why the plugin does not work with the free variants (such as IntelliJ Community).
LSP4IJ is a free and open-source Language Server Protocol (LSP) client compatible with all flavors of IntelliJ. The LSP4IJ plugin is available here, and its source code is located here.