Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galooshi/atom-import-js
Atom plugin for ImportJS
https://github.com/galooshi/atom-import-js
atom atom-plugin importjs javascript
Last synced: 2 months ago
JSON representation
Atom plugin for ImportJS
- Host: GitHub
- URL: https://github.com/galooshi/atom-import-js
- Owner: Galooshi
- License: mit
- Created: 2016-03-17T15:28:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T23:46:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T09:24:22.531Z (3 months ago)
- Topics: atom, atom-plugin, importjs, javascript
- Language: JavaScript
- Size: 349 KB
- Stars: 36
- Watchers: 4
- Forks: 3
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ImportJS Atom package
This is the Atom package for ImportJS.
## Installing
1. Install the atom-import-js package via Atom's package manager.
2. [Configure import-js for your
project](https://github.com/galooshi/import-js#configuration) (there's no need to globally install import-js for the atom plugin)3. Open the root of your project as a folder (File -> Add Project Folder…)
4. Import a file!
## Default keybindings
By default, atom-import-js attempts to set up the following keybindings:
Mapping | Action | Description
--------------|-------------|---------------------------------------------------------------------
`Cmd+Shift+j` | Import word | Import the module for the variable under the cursor.
`Cmd+Shift+i` | Fix imports | Import any missing modules and remove any modules that are not used.
`Cmd+Shift+k` | Go to word | Go to the module of the variable under the cursor.