Sublime Forum

Ruby/Rails autocomplete

#1

Any 3rd party package I should be aware of? Looks like I can’t auto-complete <%= %> or <% %> like I used to do with php (php + tab => <?php ?>)

0 Likes

#2

You’d really like the Ryan on Rails package. Apart from the standard <%= %> and <% %> completions. It has GREAT erb stuff like:

fftf => form for text field
ffta => form for text area

Tons of other useful snippets with tab stops are available as well.

0 Likes