Unlike other "related files" plugins, RailsFileSwitcher does not show you a list of files at all, it instantly switches to the related file.
The plugin provides you with the following 3 commands:
- open_related_rails_model — switches to `Post` model from `PostsController` or `posts/index` view.
open_related_rails_controller — switches to `PostsController` from `Post` model or `posts/index` view.
open_related_rails_view — switches to `posts/index` view from `PostsController` when the cursor is inside the `index` action.
You can install the plugin using Package Control, search for `Rails File Switcher`.
Here's an article on my blog that goes into details: http://say26.com/rails-file-switcher-pl ... ime-text-2
The source can be found at https://github.com/AlexanderZaytsev/Sub ... leSwitcher