Jun
1
Visual Studio JavaScript autocompletion (VSDoc IntelliSense)
Auteur : Jeroen Kuiper
Geplaatst op : 1-6-2011 08:54
Visual Studio has autocompletion (IntelliSense, VSDoc) for the JavaScript language and of code in the same file. But it would also be nice if it could also autocomplete on your on JavaScript code in other files. Documentation on how to achieve this is not advertised. jQuery supplies vsdoc files for their framework. How to use those or make your own? Usually you would have make separate vsdoc files, just referencing the original files will be enough.



Tags: