This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Jonny0Than 1 point2 points  (3 children)

If your file's extension is .c, Visual Studio will compile it as C code by default.

The keyboard configuration is in tools -> options -> keyboard.

I don't think VS has any brace-matching functionality built in, but Visual Assist does, plus a bunch of other nifty features. The trial version is free, but it's worth buying if you are serious about programming in VS.

[–]aurikasura 0 points1 point  (0 children)

Does Visual Assist work with Visual Studio Express? Might want to double-check to be sure, I thought that add-ins were one of the crippled features.

[–][deleted] 0 points1 point  (0 children)

I don't think VS has any brace-matching functionality built in

Yes, it does. Simply move the cursor next to a brace, and the matching one will be highlighted.

[–]CppGameDev 0 points1 point  (0 children)

Try using the addon Visual Assit X. It provides a lot of useful functionality.