Reputation: 8661
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
Reputation: 4892
Use Emmet , IntelliJ supports it.
Check Emmet Cheat Sheet for quick start.
Upvotes: 2
Reputation: 8661
Yes! taga.classb#idc
followed by a tab expands to
<taga class = "classb" id = "idc"> </tag>
Upvotes: 2