简体   繁体   English

CRM 2011 JavaScript IDE

[英]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. 我正在寻找某种工具,它不一定需要特定于CRM,而我只是寻找某种javascript编译器,它将提前检测基本的语法问题。

Visual Studio seems to ignore things like: Visual Studio似乎忽略了以下内容:

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... 我看了一下apanta studio 3,这看起来很酷但是它并没有像我希望的那样找到基本的句法问题......

Have a look at JSLint . 看看JSLint It's a plugin for VS that detects possible issues ahead of time. 它是VS的插件,可以提前检测到可能出现的问题。 You can set it up to interpret your files on save, build, etc. 您可以将其设置为在保存,构建等时解释您的文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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