Skip to content

[lsp] Support incremental checking #86

@ejgallego

Description

@ejgallego

The current server doesn't support incremental checking. [We had a branch but it didn't survive]

I suggest we implement prefix-only incremental checking; in order to do this two orthogonal changes are necessary:

  • improve protocol support so IDEs can send changes incrementally. This requires add some text-processing system and refactoring of the server code.
  • compute a common prefix for checking; we could also send diagnostics more often as to improve reactivity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestlspIssues related to Language Server Protocol

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions