About Me

My photo
Northglenn, Colorado, United States
I'm primarily a BI Developer on the Microsoft stack. I do sometimes touch upon other Microsoft stacks ( web development, application development, and sql server development).
Showing posts with label JavaScript API. Show all posts
Showing posts with label JavaScript API. Show all posts

Friday, March 22, 2013

Quick Reminder: Add 3rd PartyJavascript API Intellisense to Visual Studio

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