lukehoban / atom-ide-flow

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

Integrate with atom-linter? #2

Open lettertwo opened 9 years ago

lettertwo commented 9 years ago

This is a super great package, thanks! What do you think of supporting (perhaps optionally?) linting via linter? It would be nice to unify that aspect of the IDE's behavior with linting behaviors for other languages. Alternatively, is it possible to optionally disable linting, but keep type hinting/tooltips and autocomplete?

cursivecode commented 9 years ago

+1

Right now I'm using both atom-ide-flow and linter-flow. It's working well so far.

nmn commented 9 years ago

@lettertwo @cursivecode I made a linter provider called linter-flow-plus

It should do exactly what you want. Plus, it checks your code as you type and not only when you save. That said, it only does linting, not autocomplete/type tooltips etc.

Issues on ide-flow have been lying unattended for a while now, so it's possible that this package is no longer maintained. In my free time, I'm trying to recreate the functionality of this package in smaller independent packages.

There is also Nuclide, but it hasn't worked well for me so far.