Is there Sublime Text intellisense for HTML when editing Ruby files?

Viewed 4964

I'm enjoying Sublime Text 2 as an editor for my Ruby on Rails project, however, when I'm editing my .erb files, I'm not getting any html help.

For example, if I typed: <input type=", I would like to see a list of "text", "button", "file", etc.

I like the Visual Studio intellisense support for HTML, is there something similar for Sublime and Ruby on Rails?

2 Answers
Related