When I begin a block comment, /*
, VS automatically follows up by inserting the corresopnding */
right after it. This is inconvenient for me, because my primary use case of block comments is to temporarily disable blocks of code, meaning I want to insert the */
manually.
Is there a way to turn off the autocomplete specifically, and only, for comments?