Quantcast
Channel: Developing Apps for SharePoint 2013 forum
Viewing all articles
Browse latest Browse all 8089

Better Visual Studio 2013 JavaScript Intellisense

$
0
0

Hi All,

Is there away I can setup Visual Studio so when I am coding some JavaScript SharePoint App code I get better help and Intellisense. For example when I type setFieldValueByTerm() I get intellisense "(c,e,d)" (as shown in the screenshot below). This is not very helpful and I sometimes need to go online to find what the parameters stand for. This slows me down. I have tried using the debug versions of the SharePoint javaScript files but I still get the same output.



I have changed the _references.js file from

/// <reference path="jquery-1.9.1.js" />
/// <reference path="~/_layouts/15/MicrosoftAjax.js" />
/// <reference path="~/_layouts/15/init.js" />
/// <reference path="~/_layouts/15/SP.Core.js" />
/// <reference path="~/_layouts/15/SP.Runtime.js" />
/// <reference path="~/_layouts/15/SP.UI.Dialog.js" />
/// <reference path="~/_layouts/15/SP.js" />
/// <reference path="~/_layouts/15/SP.Taxonomy.js" />

To

/// <reference path="jquery-1.9.1.js" />
/// <reference path="~/_layouts/15/MicrosoftAjax.js" />
/// <reference path="~/_layouts/15/init.js" />
/// <reference path="~/_layouts/15/SP.Core.debug.js" />
/// <reference path="~/_layouts/15/SP.Runtime.debug.js" />
/// <reference path="~/_layouts/15/SP.UI.Dialog.debug.js" />
/// <reference path="~/_layouts/15/SP.debug.js" />
/// <reference path="~/_layouts/15/SP.Taxonomy.debug.js" />

Does anyone know how to setup Visual Studio so I get better SharePoint JavaScript intellisense help?

I hope you can help.
Colin



Viewing all articles
Browse latest Browse all 8089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>