Sublime Dev 3136
using a simple project created with create-react-app and configured flow for it.
Latest version of plugin with these settings:
{
"flow_path": "flow",
"use_npm_flow": true,
"omit_function_parameters": false,
"show_sublime_autocomplete_suggestions": true,
"show_coverage": true,
"debounce_ms": 300
}
Sublime Dev 3136
using a simple project created with
create-react-appand configured flow for it.Latest version of plugin with these settings:
{ "flow_path": "flow", "use_npm_flow": true, "omit_function_parameters": false, "show_sublime_autocomplete_suggestions": true, "show_coverage": true, "debounce_ms": 300 }