-
Notifications
You must be signed in to change notification settings - Fork 185
Home
Raoul Wols edited this page Dec 27, 2019
·
6 revisions
Welcome to the LSP Development wiki!
Development goals on LSP focus on these areas:
- Functionality not covered by automated testing
- Completion trigger/replacement edge cases
- Completion race conditions
- Many features like, highlights, signature help, references, rename
LSP is quite up-to-date with protocol features.
TODO: Make table of supported requests/notifications.
- Support for signature label offsets
- Code Action literals (DONE - https://github.com/tomv564/LSP/pull/567)
- Support for server setting TextDocumentSyncOptions (disabling didSave, etc.)
- Incremental document sync