-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Making flow check result prettier and easier to read #768
Comments
@coodoo I was thinking of doing a sublime linter myself, but my python isn't great. I currently work on |
Sounds good, please keep me posted if you do decide to go ahead and build that, thanks. |
I went ahead and created |
@coodoo This is very cool! |
@coodoo I'm reading the SublimeLinter documentation trying to make sense of it all. My python is really quite rusty. But linter-flow-plus supports error + trace, the same way that flowery does. Using the |
Currently flow check results looks like this, which is a bit hard to read and understand what the error really is:
Wouldn't it be nicer to be like this:
I've built a simple parser in javascript to do just that, but thought it would be a really nice feature out of the box.
As a side note, I might go ahead and build a plugin for
sublime text editor
so that errors can be marked inline and a popup will show up when mouse hover over it, à la mode most IDEs out there (ie: Eclipse, Visual Studio).The text was updated successfully, but these errors were encountered: