Quick navigation from controller to view ...
Suppose the cursor is inside a method (not the standard action, but something called by standard action like :edit, :new etc.) and I do: View -> Rails ... (Alt+Shift+N) -> View (3rd option), RM provides me a way to create a new view (since this method is not a standard action). But what I want it to also show the existing views so I can navigate to those views to quickly check something. Controller actions however enjoy seeing all the navigable views in a popup.
How can I make what is possible for a controller action available to any other controller method? RFE?
Regards,
Kedar
Please sign in to leave a comment.