Closed jnm2 closed 5 years ago
Visual Studio 2015.3, extension version 0.1.1.0.
// comments are styled. /* */ are not styled, regardless of whether they are spread across lines.
//
/* */
Also, this should work like it does for cs files:
cs
/* DoA(); /*/ DoB(); //*/
So you can switch with one keypress:
//* DoA(); /*/ DoB(); //*/
It this was tracking work that you still want to do, please feel free to reopen! Otherwise, cleaning up due to inactivity.
Visual Studio 2015.3, extension version 0.1.1.0.
//
comments are styled./* */
are not styled, regardless of whether they are spread across lines.Also, this should work like it does for
cs
files:So you can switch with one keypress: