RubyMine
 
2021.3
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Emmet

Last modified: 23 September 2021

The Emmet toolkit enhances coding with HTML, CSS, and JSX. You can use Emmet code templates without leaving RubyMine. To expand a template into the correct markup, type its abbreviation and press Tab. For information about changing the shortcut, see Configure the abbreviation expansion key.

For example, in an HTML file, type table>tr*3>td*2 and press Tab to get a stub of a 3x2 table:

RubyMine supports such features as new syntax for writing RGBA colors, implied, default, and boolean attributes, the Update Tag action, and more.