title | page_title | previous_url | description | position |
---|---|---|---|---|
Enable Intellisense in Visual Studio |
Kendo UI Visual Studio Intellisense Documentation |
/howto/vsdoc/vs-intellisense |
Learn how to reference Kendo UI Visual Studio Intellisense by using an additional vsdoc or intellisense JavaScript file. |
220 |
Kendo UI provides intellisense using an additional vsdoc javascript file. The approach was initially described in Scott Guthrie's blog post jQuery Intellisense in VS 2008. Visual Studio 2008 SP1 (or later) is needed. It also works with Visual Web Developer (free).
Each bundle package contains a vsdoc directory, which contains a vsdoc.js
and intellisense.js
files. Visual Studio 2008 SP1 (or later) users should
put the vsdoc.js
file next to kendoui bundle script, Visual Studio 2012 users should use intellisense.js
file. Make sure its naming prefix matches the
kendoui bundle name.
- Visual Studio 2008 SP1
- Visual Studio 2012
There are two ways to reference the intellisense.
- When the script is directly added to a page as shown above.
The
kendo.all-vsdoc.js
andkendo.all.min.intellisense.js
files are also available on the Kendo UI CDN, in the same folder as the regular JS files. - Using a reference hint from within an external JS file as shown below