-
Notifications
You must be signed in to change notification settings - Fork 17
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
integrates with VSCode error / warning reporting linter #29
Comments
Thanks for letting us know. The linter feature is in our roadmap and we'll try to implement it in the future. |
I don't think we're talking about linter features per-se. As reported also in #42, it'd be nice to be able to see the errors at least... |
@moodmosaic Indeed, it would be rather an error reporting feature, including the functionality proposed on #39. I'll keep this issue and close #42 . |
Yeah, I think that's a fundamental feature to have 😃 |
what I expect from an IDE is to tell me where are erros, and what are errors
🔴 Haskelly don't report any error.
As a comparaison, here is what it looks like in atom:
🔶 haskelly just crash silently on error
🔴 And never recover: once you have an error in your file, you won't have any more tooltips, even after you fixed the bug
The text was updated successfully, but these errors were encountered: