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

Diagnostic Support #18

Open
PythooonUser opened this issue Mar 11, 2020 · 0 comments
Open

Diagnostic Support #18

PythooonUser opened this issue Mar 11, 2020 · 0 comments

Comments

@PythooonUser
Copy link
Owner

PythooonUser commented Mar 11, 2020

Summary

The language server should support publishing diagnostics of code issues while the user is typing.

We should compile a list of all possible issues that we want to support.

There are four levels of diagnostic severities that we can use.

Maybe certain types of diagnostics can be made configurable in order to hide them (mostly for warnings).

Errors

Code Message
100 Unexpected token

Warnings

Code Message
200 Symbol is defined by never used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant