码迷,mamicode.com
首页 > 其他好文 > 详细

Intellisense in Visual Studio for Microsoft Dynamics CRM 2016

时间:2016-09-01 02:07:36      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

Intellisense in Visual Studio for Microsoft Dynamics CRM 2016

posted by dynamicsnick on may 18, 2016 
CRM 2016, Javascript / Comments Off on Intellisense in Visual Studio for Microsoft Dynamics CRM 2016

If you do much development in CRM and use visual studio for your JS development and deployments you will find yourself missing the native intellisense feature that is so handy to have when using the IDE. However there is a useful solution for those that have also had this issue.

It is an additional .js file that can be added at the beginning of your code that can help with this in Visual Studio. The js library itself is created from the team that created the MSXRMToolkit and can be downloaded at the following location here. http://msxrmtools.com/Xrm.Page/MSXRMTOOLS.Xrm.Page.2016.js

All you need to do is add the file in your visual studio JS file deploy it as a resource and then you can reference it in your other .js files to activate intellisense in your code by dragging it in VS to your js file.

Optionally you can just add the following reference on each of your JS files that you would like to see intellisense in.

/// <reference path=”MSXRMTOOLS.Xrm.Page.2016.js” />

Now you should be able to activate the intellisense options in VS by simply typing in XRM. as shown in the image below.

技术分享

 

 

转自:http://msdynamicsblog.com/tag/intellisense-in-crm-2016/

Intellisense in Visual Studio for Microsoft Dynamics CRM 2016

标签:

原文地址:http://www.cnblogs.com/BinBinGo/p/5828084.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!