What would you like to see?
A diagnostics functionality to the LSP, to see compiler errors in-editor.
Why?
Typos and things like unused variables can be nice to see
I understand the idea of dexter is to not compile for most functionality, so I think it would be useful to have it as an asynchronous process where the compiler is run outside of the main parsing.
I have an implementation I'm playing around with on https://github.com/cfbender/dexter/tree/feat/diagnostics that seems to be working well so far - but I didn't want to PR it in order to have a discussion first on the feature if it's something y'all are interested in, and then maybe a better implementation than this
What would you like to see?
A diagnostics functionality to the LSP, to see compiler errors in-editor.
Why?
Typos and things like unused variables can be nice to see
I understand the idea of dexter is to not compile for most functionality, so I think it would be useful to have it as an asynchronous process where the compiler is run outside of the main parsing.
I have an implementation I'm playing around with on https://github.com/cfbender/dexter/tree/feat/diagnostics that seems to be working well so far - but I didn't want to PR it in order to have a discussion first on the feature if it's something y'all are interested in, and then maybe a better implementation than this