This package provides the following services:
This package consumes the following services:
Flow-IDE
Flow IDE is a lightweight package that provides IDE features for FlowType for Atom Editor. It's pretty lightweight and robust.
Installation
apm install flow-ide
Features
- Linting
- Autocomplete
- Jump to declaration (using facebook-atom/hyperclick or facebook-atom/atom-ide-ui)
- Datatip on hover (using facebook-atom/atom-ide-ui)
- Outline of classes, functions, types and variables (using facebook-atom/atom-ide-ui)
Differences to other packages
Differences to facebook/nuclide
- Nuclide is nice and all but it's mostly bloatware for lightweight flow programming
Differences to AtomLinter/linter-flow
- It tries to manage flow servers by itself, I find it annoying
Differences to nmn/autocomplete-flow
- Never worked for me
Differences to LukeHoban/ide-flow
- Outdated and buggy
- No longer maintained
Screenshots
License
This project is licensed under the terms of MIT License. Check the LICENSE file for more info.