LSP: Implement Phase 1 endpoints
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
| Name | Type | Direction | Category | Priority / Dev phase | Supported by FSAC | Done | Note |
| ---------------------------------------- | ------------ | --------- | --------------------------------- | -------------------- | ----------- | ----------------- | ------------------------------------------------- |
| `textDocument/didChange` | Notification | ➡️ | Document synchronization | 1 | ✅ | ✅ | |
| `textDocument/didClose` | Notification | ➡️ | Document synchronization | 1 | | ✅ | |
| `textDocument/didOpen` | Notification | ➡️ | Document synchronization | 1 | ✅ | ✅ | |
| `textDocument/diagnostic` | Request | ↩️ | Language features | 1 | | | It does not display anything in the project column |
| `textDocument/semanticTokens/full` | Request | ↩️ | Language features | 1 | | | not fully done. Only syntax now. |
| ~`$/logTrace`~ | Notification | ⬅️ | Lifecycle | 1 | | |
| ~`$/setTrace`~ | Notification | ➡️ | Lifecycle | 1 | | |
| `exit` | Notification | ➡️ | Lifecycle | 1 | | | |
| `shutdown` | Request | ↩️ | Lifecycle | 1 | | | |
Contributor guide
Assessment
This issue has not been assessed yet.