An open API service indexing awesome lists of open source software.

https://github.com/capaj/npm-autocomplete

atom editor autocomplete-plus provider for writing require statements to npm packages
https://github.com/capaj/npm-autocomplete

Last synced: over 1 year ago
JSON representation

atom editor autocomplete-plus provider for writing require statements to npm packages

Awesome Lists containing this project

README

          

#Deprecation notice
As this package hasn't been updated to work with latest Atom, I urge you to use https://atom.io/packages/autocomplete-modules instead

# 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:
1. autocomplete all packages, not just those in package.json
2. fix tests

![A screenshot of your package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif)