You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ You'll need Sublime Text build `3070` or greater (tooltip support). Neither Flow
8
8
## Usage
9
9
Install with Package Control!
10
10
11
-
FlowIDE features only activate on files with the `// @flow` declaration.
11
+
FlowIDE features only activate on files with the `// @flow` or `/* @flow */ declarations. It automatically determines the root directory and `.flowconfig` of the file you're currently working on.
12
+
13
+
FlowIDE works out-of-the-box if the `flow` binary is in your `PATH`. To fit your needs, you can change the following settings:
14
+
-`flow_path` (string): the path to your `flow` binary.
15
+
-`use_npm_flow` (boolean): if true, uses the binary from the npm `flow-bin` package in the `node_modules` of your current file's root directory. Using `flow-bin`'s binary will slow down editing features because it is wrapped in a Node script and starts an interpreter on each run.
12
16
13
17
### Diagnostics and Autocomplete
14
18
Just works! Autocomplete generates snippets with parameter names when pressing `Enter`.
0 commit comments