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

Emmet

Last modified: 21 July 2022

The Emmet toolkit enhances coding with HTML, CSS, and JSX. You can use Emmet code templates without leaving AppCode. To expand a template into the correct markup, type its abbreviation and press . 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 to get a stub of a 3x2 table:

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