This project provides IntelliSense for several ActiveX Objects in Visual Studio. I got tired of waiting for Microsoft to add IntelliSense for them, so I wrote my own.
This works in Visual Studio & Visual Studio Express from 2008-2015. This will not work for VSCode. It does not support XML Documentation Comments.
I don't have time to make a fancy installer. But, the process is really pretty easy.
- Copy the dist/ActiveXObject.intellisense.js to your %PROGRAMFILES%/Visual Studio XX.X/JavaScript/References folder. (or anywhere you want)
- Open Tools / Options
- Goto Text Editor / JavaScript / IntelliSense / References
- Toggle Reference Group to "Implicit (Web)"
- Click the "…" button to "Add a reference to current group"
- Select the location for the ActiveXObject.intellisense.js you copied in step #1.