简体   繁体   中英

JavaScript code analysis in VS2010

It is possible to enable a code editor helpers for .js files in Visual Studio 2010.

I am tasked to alter the existing JavaSript files, and I am having a hard time to even getting around the written codes, since VS editor treats JS as text. I think Notepad++ would do a better job in this case.

Consider a simple example in the image below:

VS中JS的智能感知不好

When an opening braces are selected, the closing ones should also be highlighted so see the boundaries of the function.

The question is: Is there an extension, or some other add-in to VS to enable comfort javascript editing?

JScript编辑器扩展看起来不错

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM