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
- Host: GitHub
- URL: https://github.com/capaj/npm-autocomplete
- Owner: capaj
- License: mit
- Created: 2015-03-15T16:08:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T14:52:34.000Z (over 10 years ago)
- Last Synced: 2025-02-10T03:27:39.364Z (over 1 year ago)
- Language: CoffeeScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
