germtb / atom-file-cycle

Cycle through files with the same name but different extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file-cycle

This package allows you to cycle through files with the same name but different extension. This is useful for example when you have

  • foo.js
  • foo.css
  • foo.html
  • foo.test.js
  • foo.specs.js
  • foo.stories.js

Default keymap

  • alt-p will go to the next file alphabet wise
  • alt-shift-p will go to the next file anti-alphabet wise

About

Cycle through files with the same name but different extensions

License:MIT License


Languages

Language:JavaScript 100.0%