Skip to content

joncasey/ActiveXObject.intellisense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveXObject.intellisense

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.

Installation

I don't have time to make a fancy installer. But, the process is really pretty easy.

  1. Copy the dist/ActiveXObject.intellisense.js to your %PROGRAMFILES%/Visual Studio XX.X/JavaScript/References folder. (or anywhere you want)
  2. Open Tools / Options
  3. Goto Text Editor / JavaScript / IntelliSense / References
  4. Toggle Reference Group to "Implicit (Web)"
  5. Click the "…" button to "Add a reference to current group"
  6. Select the location for the ActiveXObject.intellisense.js you copied in step #1.

About

Visual Studio extension that provides IntelliSense for several ActiveXObjects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors