For third party JavaScript api, it helps to have intellisense. In this case I was using Tableau Software's JavaScript API.
1) Download the JavaScript files and place them locally.
2) Add reference at top of your JavaScript file
/// <reference path="tableau_v8.debug.js" />
Before:
After:
More info on creating intellisense can be found here: http://msdn.microsoft.com/en-US/library/vstudio/hh874692.aspx
1) Download the JavaScript files and place them locally.
2) Add reference at top of your JavaScript file
/// <reference path="tableau_v8.debug.js" />
Before:
After:
More info on creating intellisense can be found here: http://msdn.microsoft.com/en-US/library/vstudio/hh874692.aspx
No comments:
Post a Comment