Search code examples
emmetadobe-brackets

How to write short codes in brackets?


Just like in sublime you can type foo.bar, press Tab, and you'll get <foo class="bar"></foo>. There's also foo#bar (for id instead of class).

How can we do this in Brackets editor?


Solution

  • This plugin is called Emmet.

    1. Run Brackets.
    2. Select File > Extension Manager...
    3. Find “Emmet” extension and click “Install” button

    (source)

    Here is the list of all supported platforms.