We work on an IntelliJ plugin that currently communicates with a language analysis server with a custom protocol, but we would like to transition to using LSP. It would be ideal if we could transition incrementally, i.e. start off with using LSP and the lsp4ij plugin for one request, then another, etc. However, it seems like this depends on whether we could manage the analysis server ourselves and pass requests/responses to lsp4ij instead of lsp4ij/lsp4j having to start the analysis server. Is there a way to do this incremental migration we are considering?
For more context on this request, see the conversation here: flutter/dart-intellij-third-party#166 (comment)
We work on an IntelliJ plugin that currently communicates with a language analysis server with a custom protocol, but we would like to transition to using LSP. It would be ideal if we could transition incrementally, i.e. start off with using LSP and the lsp4ij plugin for one request, then another, etc. However, it seems like this depends on whether we could manage the analysis server ourselves and pass requests/responses to lsp4ij instead of lsp4ij/lsp4j having to start the analysis server. Is there a way to do this incremental migration we are considering?
For more context on this request, see the conversation here: flutter/dart-intellij-third-party#166 (comment)