Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tptee committed Apr 10, 2016
1 parent 7da30b6 commit 394d3c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# FlowIDE

Add first-class Flow support to Sublime Text! FlowIDE provides autocomplete, diagnostics, type hints, and jump-to-definition for the [Flow](http://flowtype.org/) static type checker for JS. FlowIDE provides the majority of Flow-related features implemented in Facebook's [Nuclide](http://nuclide.io/)
Add first-class Flow support to Sublime Text! FlowIDE provides autocomplete, diagnostics, type hints, and jump-to-definition for the [Flow](http://flowtype.org/) static type checker for JS. FlowIDE provides the majority of Flow-related features implemented in Facebook's [Nuclide](http://nuclide.io/).

## Requirements
You'll need Sublime Text build `3070` or greater (tooltip support). Neither FlowIDE nor Flow support Windows.

## Usage
Install with Package Control!
Expand All @@ -14,4 +17,4 @@ Just works! Autocomplete generates snippets with parameter names when pressing `
Press `Command+Option+T` (`Control+Alt+T`) to view the type of the variable or function underneath your cursor.

### Jump-to-Definition
Press `Command+Option+J` (`Control+Alt+J`) to jump to the definition of the variable, function, or type underneath your cursor.
Press `Command+Option+J` (`Control+Alt+J`) to jump to the definition of the variable, function, or type underneath your cursor.

0 comments on commit 394d3c0

Please sign in to comment.