lukehoban / atom-ide-flow

Atom IDE support for Flow
MIT License
87 stars 17 forks source link

Show check results in status bar on cursor line change #34

Closed mrmurphy closed 9 years ago

mrmurphy commented 9 years ago

I love using the keyboard and avoiding the mouse when possible. It's especially necessary for people with RSI problems.

This pull request shows check results in the status bar when the cursor is on a line with a flow check result.

That's all! :tada:

lukehoban commented 9 years ago

I think the better way to do this will be to integrate the error reporting with atom-linter per #2, which should provide this behaviour and more niceties.

mrmurphy commented 9 years ago

Sounds good. Thanks!