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?
<%= render :partial => "/arts/menu", :locals => {:art => @art} %> Shift + Alt + Command + ↓ does not display partials.
I found this sheet.
Put your cursor on the partial line, press ⌘ + ⌥ + ↑ and TextMate will open the partial.