Javascript Structural Highlighting for Visual Studio?

耗尽温柔 提交于 2019-12-13 16:28:45

问题


I'm using 'StructureAdornment' extension for visual studio which creates a line for matching barces. It works good but it only works for C# files. I was wondering if there was any extension which does the same job for javascript files.


回答1:


you can try these extension JScript Editor Extensions.

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

you can customize your shortcut.




回答2:


Indent Guides for Visual Studio

Personally tried and tested on Visual Studio 2010

Works on javascript, c#, vb, cshtml, vbhtml, files.



来源:https://stackoverflow.com/questions/11312059/javascript-structural-highlighting-for-visual-studio

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