- path@^0.12.7
- lodash@^4.17.4
- fs-plus@^3.0.1
- space-pen@^5.1.2
- babel-plugin-module-resolver@^2.7.1
FuzzyFilePath for Atom
This package autocompletes the file routes for imports with javascript ES6.
By @joadr

Installation
apm install fuzzyfilepath
Usage
Put the pointer where you want to import the file (normally in the beginning of your file). Press:
ctrl-p : opens the file selector
ctrl-i / cmd-i : Import the file from - import file from './file'
ctrl-alt-i / cmd-alt-i : Import the file - import './file'