Skip to content

Auto completions

Lorenzo Pichilli edited this page Jan 4, 2018 · 4 revisions

This plugin offers smart javascript auto-completions thanks to Flow. The Flow server, that runs in background, could take few seconds to starts or could start quickly (it depends on how many files must be scanned by Flow). Auto-completions generated are based on the current context. An example:

If you want see completions also for third-party libraries such as express, angular, react-redux, see Adding new definitions with flow-typed.