HTML postfix completion
Greetings, I was watching a video of someone using Webstorm and I noticed they had postfix completion for HTML.... example - they would type .div.myClass and it would generate <div class="myClass></div>. Is there a way to get this in PHPStorm?
Please sign in to leave a comment.
Hi there,
It's not "postfix completion fro HTML" -- it's a "standard" Emmet in action which is available in PhpStorm as well.