Is there a shortcut to open a Ruby on Rails partial in textmate?
<%= render :partial => "/arts/menu", :locals => {:art => @art} %>
Shift + Alt + Command + ↓ does not display partials.
|
Is there a shortcut to open a Ruby on Rails partial in textmate?
Shift + Alt + Command + ↓ does not display partials. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I found this sheet. Put your cursor on the partial line, press ⌘ + ⌥ + ↑ and TextMate will open the partial. | ||||
|
feedback
|