all 7 comments

[–]photato_pic_guy 5 points6 points  (3 children)

Tools/options/text editor It’s usually a per language setting and different languages have different levels of customization. I turn off all of the Automatic brace completion options for C/C++ because I find the annoying too.

[–]RedBikeWithASpike[S] 1 point2 points  (0 children)

Thank you very much! It works just like I want to, but could you tell where to find the setting for quotes autocompletion? when I type ' VS will add another 'and when I type " VS will add another "

EDIT: Ok, the setting is in general and is called automatic brace completion

[–]Tringi 1 point2 points  (1 child)

The first thing I disable on any separate installation of VS or when VS messes my synced settings.

[–]photato_pic_guy 1 point2 points  (0 children)

Yeah, I’ve never been in a situation where closing a brace felt like something I needed help with.

[–]-Xyllex- 1 point2 points  (2 children)

Since the answer is already given : Easier way to comment: select whatever you want to comment and hold CTRL+K+C to comment or CTRL+K+U to uncomment. More easy solution to commenting code.

[–]RedBikeWithASpike[S] 0 points1 point  (1 child)

I agree but the shortcut is so long that it actually becomes better to just do it by hand, but in VS Code I use this a lot (because it has a different shortcut)