-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
feature requestlspIssues related to Language Server ProtocolIssues related to Language Server Protocol
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestlspIssues related to Language Server ProtocolIssues related to Language Server Protocol