Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolaslopezj/fuzzyfilepath-remake
https://github.com/nicolaslopezj/fuzzyfilepath-remake
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolaslopezj/fuzzyfilepath-remake
- Owner: nicolaslopezj
- License: mit
- Created: 2020-04-27T15:19:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T14:39:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T08:55:14.680Z (about 1 month ago)
- Language: JavaScript
- Size: 295 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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 selectorctrl-i / cmd-i : Import the file from - import file from './file'
ctrl-alt-i / cmd-alt-i : Import the file - import './file'
```