Brace highlighting in Visual Studio for Javascript?

折月煮酒 提交于 2019-12-03 04:35:30

Note that Visual Studio will still find a matching brace in JavaScript via Ctrl + ].

Here is an extension for VS2010 that will do just what you desire. And it's free!

http://visualstudiogallery.msdn.microsoft.com/872d27ee-38c7-4a97-98dc-0d8a431cc2ed

You could give Visual Assist X a go: http://www.wholetomato.com/

For what it's worth, I use the most excellent ViEmu plugin for visual studio, and it supplies the Vi(m) paren/brace/bracket matching.

ViEmu is here

Of course, if you're not a Vi lover, the price for matching parens may be too high. ;)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!