Brace highlighting in Visual Studio for Javascript?

你说的曾经没有我的故事 提交于 2019-12-03 14:53:16

问题


Is there a way to get Visual Studio 2008 to do matching brace highlighting for Javascript?

If there is no way to do it in Studio, can it be done using ReSharper?

Thanks!!


回答1:


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




回答2:


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




回答3:


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




回答4:


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. ;)



来源:https://stackoverflow.com/questions/253338/brace-highlighting-in-visual-studio-for-javascript

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