Split diagnostics into different diagnostic kinds for better user experience
Open
Area-LSP
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
For the VS-diagnostic endpoint (not sure about the regular LSP diagnostic endpoint), we can declare different diagnostic kinds, e.g. syntactic and semantic, and handle them separately. This way syntactic errors will appear much more quickly, while the semantic diagnostics are still being collected.
Contributor guide
Assessment
This issue has not been assessed yet.