/atom-fuzzy-file-path

Primary LanguageJavaScriptMIT LicenseMIT

FuzzyFilePath for Atom

forked from joadr/fuzzyfilepath.

This package autocompletes the file routes for imports with javascript ES6.

fuzzyfilepath

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 : Import the file - import './file'

ctrl-alt-i : Import the file from - import file from './file'