Skip to content

Commit 394d3c0

Browse files
committed
Update README.md
1 parent 7da30b6 commit 394d3c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# FlowIDE
22

3-
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/)
3+
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/).
4+
5+
## Requirements
6+
You'll need Sublime Text build `3070` or greater (tooltip support). Neither FlowIDE nor Flow support Windows.
47

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

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

0 commit comments

Comments
 (0)