Skip to content
Raoul Wols edited this page Dec 27, 2019 · 6 revisions

Welcome to the LSP Development wiki!

Development goals on LSP focus on these areas:

Technical debt

  • Functionality not covered by automated testing
    • Completion trigger/replacement edge cases
    • Completion race conditions
    • Many features like, highlights, signature help, references, rename

Protocol compatibility

LSP is quite up-to-date with protocol features.

TODO: Make table of supported requests/notifications.

3.14

  • Support for signature label offsets

3.8

3.0

  • Support for server setting TextDocumentSyncOptions (disabling didSave, etc.)
  • Incremental document sync
Clone this wiki locally