LSP: Implement Phase 2 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 | Note |
| ---------------------------------------- | ------------ | --------- | --------------------------------- | -------------------- | ----------------- | ------------------------------------------------- |
| `completionItem/resolve` | Request | ↩️ | Language features | 2 | ✅ | |
| `textDocument/completion` | Request | ↩️ | Language features | 2 | ✅ | |
| `textDocument/declaration` | Request | ↩️ | Language features | 2 | | |
| `textDocument/definition` | Request | ↩️ | Language features | 2 | ✅ | |
| `textDocument/hover` | Request | ↩️ | Language features | 2 | ✅ | |
| `textDocument/implementation` | Request | ↩️ | Language features | 2 | ✅ | |
| `textDocument/references` | Request | ↩️ | Language features | 2 | ✅ | |
| `textDocument/semanticTokens/full/delta` | Request | ↩️ | Language features | 2 | | maybe not needed |
| `textDocument/semanticTokens/range` | Request | ↩️ | Language features | 2 | | maybe not needed |
| `textDocument/typeDefinition` | Request | ↩️ | Language features | 2 | ✅ | |
| `workspace/semanticTokens/refresh` | Request | ↩️ | Language features | 2 | ✅ | |
Contributor guide
Assessment
This issue has not been assessed yet.