Atom Rails Related Files package
Atom plugin to quickly find and open files realted files in project using shift-cmd-e
.
shift-cmd-e
to open and navigate a list of realted files
Quickly navigate in your project between files based on realated file regular expession patterns.
Ruby on Rails patterns are included in the package. Can be extended with custom patterns.
Code for navigation popup is from atom-fuzzy-finder. Regular expesssions are from Sublime Related files package.