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.

link|improve this question
feedback

migrated from stackoverflow.com Jan 22 '11 at 16:24

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

I found this sheet.

Put your cursor on the partial line, press + + and TextMate will open the partial.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.