So I would like Visual Studio Code (with the aid of Emmet) to be able to transform something like
.wrapper
into this
<div class="wrapper"></div><!-- /.wrapper -->
I believe there are solutions for how to do this in Sublime Text and Webstorm, so it would be great to know if there is one for Visual Studio Code as well. Thanks!