As the title says, it's frustrating since the behaviour is different from stock Visual Studio. I also couldn't find a setting for it anywhere. I'd like the cursor to stay where it is when I comment out the line I'm on.
ex: imagine || is the selection cursor.
||void Foo()
becomes
// void Foo()
||
while I want the cursor to stay where it is.
I tried looking for settings that changed this behaviour, looked up if there were any similar questions online, and couldn't find any solution.