I am trying to get Visual Studio 2012 to automatically format my comment blocks, as is the case for my C # blocks. I want my comments to look like this:
/* * Here is my C
But instead, I get the following:
To make matters worse, I cannot define this behavior in Tools> Options> Text Editor> Javascript. I have a Web Essentials extension, but it does not automatically format my comment blocks. I also tried editing on the HTML <script> node page, but it does not work either.
Any help is greatly appreciated.
source share