Skip to content

flow (flowtype) support for vscode.

License

Notifications You must be signed in to change notification settings

rtorr/vscode-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9182ac · Jun 12, 2017

History

58 Commits
Aug 8, 2016
Jun 13, 2016
Sep 15, 2016
Aug 14, 2016
Jun 13, 2016
Jun 13, 2016
Jun 13, 2016
Aug 14, 2016
Aug 14, 2016
Jun 12, 2017
Mar 6, 2017
Aug 4, 2016
Sep 15, 2016
Jun 13, 2016
Jun 13, 2016
Jun 13, 2016
Aug 2, 2016

Repository files navigation

Flow for Visual Studio Code

https://i.imgur.com/4rNERMs.png

This extension adds Flow support for VS Code. Flow is a static type checker, designed to find type errors in JavaScript programs.

Setup

  • add "flow.path": "path/to/flow" to your project's .vscode/settings.json
  • You need a .flowconfig in your workspace to enable the flow features
  • Make sure you are able to run the flow command from the command line
  • Set workspace preference with "javascript.validate.enable": false.

Installation

Follow the instructions for VS Code extension installation.

Workspace settings

flow comes bundled with this extention. if you would like to use a different version of flow, use "flow.path": "/path/to/wher/you/put/flow" in your .vscode/settings.json file.

Features

  • Syntax Coloring
  • IntelliSense
  • Go to Definition / Peek Definition
  • Diagnostics (Errors, Warnings)

Known Issues

  • You should set workspace preference to disable default syntax validation from Visual Studio Code: "javascript.validate.enable": false.

Contributing

License (MIT)

See here

About

flow (flowtype) support for vscode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published