Thursday, December 18, 2008

VS: Javascript Intellisense for Custom Scripts

MS Visual Studio 2008 supports intellisense when writing Javascript (.js) too! Simple add a:
/// <reference path="filename.js" />
to the file and you'll now get intellisense for functions defined in filename.js

No comments: