Okay, so, hopefully an easy question here... Visual Studio, using C++ ... and this is just an annoyance, but I've been putting up with it for three months now, it interrupts my workflow, and I just want it gone...
If I type the beginning of a block comment:
/*
...and press return, Visual studio "helpfully" starts adding asterisks on each line, like so:
/*
*
*
*
And there doesn't appear to correlate with ANY of the options in the C++ text editor settings. Can someone clue me in on how to make it JUST STOP. Thank you.