Skip to content

Converting an existing system talking to analysis server to using LSP incrementally #965

@helin24

Description

@helin24

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions