- Flow
- Flow typing support for Nova.
- 962 Installs
-
This extension is allowed to:
- Read Files
- Launch Subprocesses
Readme
Flow for Nova
This extension provides Flow typing functionality for Nova.
The extension will automatically start a Flow server using your workspace's node_modules/.bin/flow
. You can set a custom path in the settings if your Flow executable is located elsewhere.
Please report any issues you encounter!
Features
- Type completion
- Error reporting
- Hover type info
Screenshots
Completion
Hover
On error
On type
On assigned variables/constants
In case you like the theme seen in the screenshots, it's my take on the famous Atom's One Dark theme. You can grab it here: One Dark Pro (Opens the extension directly in Nova.app)
Changelog
Version 0.4
- Add sidebar to display basic language server status
- Add "Stop server" command in extension menu
Version 0.3.1
Added screenshots in description
Version 0.3
Fix not activating automatically with standard .flowconfig
files
Version 0.2
Add support for JSX
Version 0.1
Initial release