开发者

how to enable matching braces option in VS2010

开发者 https://www.devze.com 2023-03-08 08:46 出处:网络
now i am using vs2010 trail version. i want to see the matching brace开发者_Python百科s if there are multiple braces. the opening brace and the closing brace must be highlight.. how to achieve this?

now i am using vs2010 trail version. i want to see the matching brace开发者_Python百科s if there are multiple braces. the opening brace and the closing brace must be highlight.. how to achieve this?

Thank you, Mihir


The link above should give you all default key mappings.

Another useful link is: Pre-defined keyboard shortcuts

I'd just like to mention a couple that I find very useful:

To jump back and forth between matching braces, you can put your cursor on either brace, and then push Ctrl-]

And also Ctrl-M Ctrl-L toggles all outlining in the current file, and Ctrl-M Ctrl-M toggles the current region


from msdn: http://msdn.microsoft.com/en-us/library/be94e8aw%28v=vs.80%29.aspx

outlines all the options and how to set them up

for javascript: Brace highlighting in Visual Studio for Javascript?

0

精彩评论

暂无评论...
验证码 换一张
取 消