nicolaslopezj / fuzzyfilepath-remake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FuzzyFilePath for Atom

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

By @joadr

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

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

About

License:MIT License


Languages

Language:JavaScript 97.3%Language:CSS 2.7%