I know vsdoc.js files are used to provide intellisense in Visual Studio and are added by the Nuget packages automatically. But How can i install a vsdoc.js file manually from scratch let's say i have a vsdoc.js file and i want to add such that visual studio start displaying intellisense.
Asked
Active
Viewed 416 times
1 Answers
0
In my Asp MVC Project I have file called _references.js in Scripts directory. Then in this file I just specify path:
/// <reference path="vs-docs-file-name.js" />

Prusdrum
- 625
- 7
- 15