-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I wonder if you could be interested to base your plugin to LSP4IJ which is a free LSP support for Intellij and in 0.10.0 (not-released) it will provide DAP support:
- to consume (for free) the OLS language server
- to provide for any Intellij version (for free) debugging support. See sample with swift which uses lldb-dap -> https://github.com/redhat-developer/lsp4ij/blob/main/docs/dap/user-defined-dap/swift-lldb.md
If you could be interested I suggest that you install (nightly-builds)(https://github.com/redhat-developer/lsp4ij/?tab=readme-ov-file#testing-nightly-builds) (which provides the DAP support) and to test quickly the [OLS language server] (https://github.com/DanielGavin/ols) without developping something I suggest that you read https://github.com/redhat-developer/lsp4ij/blob/main/docs/UserDefinedLanguageServer.md
If you think LSP4IJ could be a good idea, please read https://github.com/redhat-developer/lsp4ij/blob/main/docs/DeveloperGuide.md to integrate the language server with extension point.