0fnt
0fnt

Reputation: 8661

Intellij shorthand for html tags

Is there a shorthand in Intellij idea for HTML tags? I would like to HTML tags to be inferred from the shorthand. Also, are there any other shorthands Intellij for any other supported languages? (Please tag the question with those languages after answering)

Upvotes: 0

Views: 357

Answers (2)

Anton Dozortsev
Anton Dozortsev

Reputation: 4892

Use Emmet , IntelliJ supports it.

Check Emmet Cheat Sheet for quick start.

Upvotes: 2

0fnt
0fnt

Reputation: 8661

Yes! taga.classb#idc followed by a tab expands to

 <taga class = "classb" id = "idc"> </tag>

Upvotes: 2

Related Questions