Tuesday, September 9, 2014

How to enable Javascript and JQuery IntelliSense in Visual Studio

we can reduce lots of error with IntelliSense enable in visual studio

it is quite easy to enable the JavaScript  and JQuery intelliSense in Visual Studio. we open the JavaScript file, drag and drop the JQuery or JavaScript into the opened javascript file.

/// <reference path="jquery-2.1.1.js" />

he above file will automatically generated. it is the same like we reference the JavaScript and JQuery file in the header section. drag and drop files into the Header Section in the Web Page( html or aspx file)

as i type the $ to start the JQuery Code in the javascript file





when i type the JQuery Control Selector, then press Dot. the IntelliSense Window popup.  



1 comment: