简体   繁体   中英

CRM 2011 JavaScript IDE

I am looking for some sort of tool which does not necessarily need to be CRM specific, rather i am just looking for some sort of javascript compiler which will detect basic syntactic issues ahead of time.

Visual Studio seems to ignore things like:

var fetchXml = new String();
fetchxml = "fetchstring";

I had a look at apanta studio 3 which seemed pretty cool but it did not pick up basic syntactic issues like i'd hoped for...

Have a look at JSLint . It's a plugin for VS that detects possible issues ahead of time. You can set it up to interpret your files on save, build, etc.

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