- How can I get JavaScript IntelliSense in Visual Studio 2008 and in Visual Studio 2010 ?
- How can I get jQuery IntelliSense in Visual Studio 2008 and in Visual Studio 2010 ?
- If I fail to get the above, let me know 'Which is the most used JavaScript Editor which can replace VS versions for editing javascript files?
|
|
|||||||
|
|
or you can simply drag and drop your javascript into your .js file and it creates entry like this:
worked fine on my VS 2010 (Premium version) |
|||||
|
|
I'm using VS2010 with ReSharper 6 which adds powerful JS Intellisense support. Autocomplete works for all JS files in the solution as well as jQuery. But it's not free. |
|||
|
|
|
|||
|
|
|
Go to Tools-Options-Text Editor-Javascript-Intellisense-References and place a reference to the intellisense files for the version of jquery you are using in the Implicit Web group. OR place an "add reference" to the intellisense file in the _references.js file which you can add to the Scripts folder of your project.
Though this will only provide intellisense for the project you are in, the first will for any open js file. To get the latest jquery files with intellisense use the nuget package installer which by default will create a scripts folder and place the jquery version.js, the min.js and intellisense.js files into... from there you can copy them to the location most of the Microsoft references are placed which is typically C:\Program Files (x86)\Microsoft Visual Studio 11.0\JavaScript\References |
|||
|
http://archive.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736 Wow... I followed the method described above.. Awesome....
|
||||
|
|
|
You should get the jQuery files from Asp.Net CDN. They have VSDOC and are able to give very good intellisense and documentation support. |
|||
|
|
