-
Notifications
You must be signed in to change notification settings - Fork 184
Home
Tom van Ommeren edited this page May 6, 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 aimed for minimal coverage around 3.0, and has not kept up with changes up to 3.12. We should pick up new features that enjoy good language server support and make sense in Sublime Text. TODO: Review https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#changeLog
- Incremental document sync
- Workspace folders
- Don't send didSave etc.