Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaslopezj/fuzzyfilepath-remake


https://github.com/nicolaslopezj/fuzzyfilepath-remake

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# FuzzyFilePath for Atom

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

By @joadr

![fuzzyfilepath](https://raw.githubusercontent.com/joadr/fuzzyfilepath/master/resources/fuzzyfilepath.gif)

## 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'
```