npm-autocomplete
atom editor autocomplete-plus provider for writing require statements to npm packages
This package provides the following services:
npm-autocomplete package
Autocomplete NPM packages in atom when writing require statements. In order to get completions, your package.json must be located in the root directory of your atom project.
TODO:
- autocomplete all packages, not just those in package.json
- fix tests