Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietropizzi/atom-switch-extension
A package that allows you to quickly switch between files with different file extensions in the same directory.
https://github.com/pietropizzi/atom-switch-extension
Last synced: 1 day ago
JSON representation
A package that allows you to quickly switch between files with different file extensions in the same directory.
- Host: GitHub
- URL: https://github.com/pietropizzi/atom-switch-extension
- Owner: pietropizzi
- License: mit
- Created: 2015-07-06T17:24:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T08:37:09.000Z (over 9 years ago)
- Last Synced: 2024-11-11T08:05:23.916Z (about 1 month ago)
- Language: CoffeeScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Switch extension package
A package that allows you to quickly switch between files with different file extensions in the same directory.
# Screenshot
![Screenshot](https://cloud.githubusercontent.com/assets/410305/8533672/dca993a4-2436-11e5-9f00-1add6f801275.gif)
# Configuration
Default file extensions: `['.js', '.html', '.css']`
Default keyboard shortcut: `Alt + O`# Usage
Let's say the you set up the extensions to be `.js`, `.html` and `.css`.
If you then have a `.js` file open and execute the command (default shortcut is `Alt + o`) it will open the `.html` file in the same directory if it exists, otherwise it will try to open the `.css` file.