Shortcuts
Hi all,
I am quite new to coding and Webstorm and noticed there are some easy shortcuts in VScode that I would like to know how I can do it as fast as possible in Webstorm.
For example typing:"ul>li*5" creates a <ul> with a 5x <li> inside it. How can I such things in Webstorm?
Any tips are welcome.
Thank you.
Evano
Please sign in to leave a comment.
Hi there,
It's called Emmet and it works in the same way here in WebStorm. Tab would be the default expand key (which you can change if needed).
https://www.jetbrains.com/help/webstorm/using-zen-coding-support.html
Thank you so much. This is great! Exactly what I was looking for.