• Sign In



  • Categories

    Extension Details



    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

    Preview

    Completion

    Autocomplete example

    Hover

    On error

    Hover on error example

    On type

    Hover on type example

    On assigned variables/constants

    Hover on assigned class example

    Hover on assigned class example

    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)

    Release Notes

    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