FlowIDE
FlowIDE copied to clipboard
IDE-caliber support for Flow in Sublime Text
``` Traceback (most recent call last): File "flowide.listeners.coverage in /Users/allen/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 14, in File "flowide.util in /Users/allen/Library/Application Support/Sublime Text 3/Installed Packages/FlowIDE.sublime-package", line 11, in wrapper File...
Hi! Currently I'm working on a project that has set `all=true` in `.flowconfig` file, so there's no `// @flow` in any of the files and as such FlowIDE does not...
Autocompletion tooltip flashes, briefly shows a batch of options, then quickly gets override by another batch provided by flow. I guess it's due to conflict with sublime's stock autocompletion. Can...
Hi, When I'm editing a reducer in a reasonably large project I get frequent lockups complete with the infamous OS X beach ball mouse cursor. (These reducers are a bit...
Now that flow does [officially support windows](https://flowtype.org/blog/2016/08/01/Windows-Support.html), any chance this plugin could too?
When working on code like: ``` type Foo = { bar: U }; const baz: Foo = { bar: 3 }; ``` if I right-click and select 'view type' on...
Sublime Dev 3136 using a simple project created with `create-react-app` and configured flow for it. Latest version of plugin with these settings: ```json { "flow_path": "flow", "use_npm_flow": true, "omit_function_parameters": false,...
It would be nice if we could disable this setting, as it interferes with other packages (like sublimelinter-flow)
I wanted to be able to run flow on files without putting `// @flow` on all of them so I added this. Figured it could be useful
Hi 😃 Please provide a shortcut to open autocompletion tooltip (maybe ctrl+space). - Autocompletion for objects opens after you type a dot and the first letter of a property or...