Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP: Syntax Error Diagnostics #29

Closed
vknabel opened this issue Feb 7, 2022 · 0 comments
Closed

LSP: Syntax Error Diagnostics #29

vknabel opened this issue Feb 7, 2022 · 0 comments
Labels
feature New feature or request lsp Language Server

Comments

@vknabel
Copy link
Owner

vknabel commented Feb 7, 2022

The LSP should listen to all opened and changed documents and apply centralized diffs.

  • on open/create/change it should parse the contents and report syntax errors as diagnostics
  • on delete it should delete the diagnostics
  • on closed, nothing should happen

In background we should also import and parse all dependencies.

@vknabel vknabel added feature New feature or request lsp Language Server labels Feb 7, 2022
@vknabel vknabel added this to the Basic Language Server milestone Feb 7, 2022
vknabel added a commit that referenced this issue Feb 7, 2022
@vknabel vknabel closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request lsp Language Server
Projects
Status: Done
Development

No branches or pull requests

1 participant