We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notice that your LSP support is based on ballerina. Please note that we have released https://github.com/redhat-developer/lsp4ij which is a free IntelliJ LSP support plugin. You can see plugins which are based on LSP4IJ at https://github.com/redhat-developer/lsp4ij?tab=readme-ov-file#who-is-using-lsp4ij
I suggest that you read https://idetools.dev/blog/lsp4ij-announcement/ article to have an overview of LSP4IJ.
If you want to evaluate it, check out the following documentation:
And if you want to quickly evaluate LSP4IJ without developing a plugin but just by filling a parameter in your ls startup command, please check https://github.com/redhat-developer/lsp4ij/blob/main/docs/UserDefinedLanguageServer.md
It seems Jsonnet language server supports document symbol that ballerina doesn't support, LSP4IJ supports it, see https://github.com/redhat-developer/lsp4ij/blob/main/docs/LSPSupport.md#document-symbol
Hope you could be interested with LSP4IJ
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I notice that your LSP support is based on ballerina. Please note that we have released https://github.com/redhat-developer/lsp4ij which is a free IntelliJ LSP support plugin. You can see plugins which are based on LSP4IJ at https://github.com/redhat-developer/lsp4ij?tab=readme-ov-file#who-is-using-lsp4ij
I suggest that you read https://idetools.dev/blog/lsp4ij-announcement/ article to have an overview of LSP4IJ.
If you want to evaluate it, check out the following documentation:
And if you want to quickly evaluate LSP4IJ without developing a plugin but just by filling a parameter in your ls startup command, please check https://github.com/redhat-developer/lsp4ij/blob/main/docs/UserDefinedLanguageServer.md
It seems Jsonnet language server supports document symbol that ballerina doesn't support, LSP4IJ supports it, see https://github.com/redhat-developer/lsp4ij/blob/main/docs/LSPSupport.md#document-symbol
Hope you could be interested with LSP4IJ
The text was updated successfully, but these errors were encountered: