This release introduces flow coverage
support! The plugin underlines uncovered lines and indicates the total number of uncovered lines in the status bar.
This release adds three new options:
omit_function_parameters
: (boolean) if true, omits the function parameters when autocompleting flow-typed functions.show_coverage
: (boolean) if true, show coverage underlines and status bar text.show_sublime_autocomplete_suggestions
: (boolean) if true, combines the autocomplete suggestions for Flow and Sublime's default suggestions
This release sands off a few rough edges:
- Error checking and coverage are debounced, reducing extraneous CLI calls and easing CPU load.
.sublime-project
s can override FlowIDE settings with aFlowIDE
key.
A thousand thanks to @davidswinegar and @STRML for these new features!