I'm searching for shortcut in WebStorm for auto completing my html code. So in my case if I write code like .row
and press something it should automatically write <div class="row"></div>
.
You can use the Tab
key to auto-complete the code. For example:
Write .row#row
and press Tab
key will make <div class="row" id="row"></div>
.
I think this would help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With