Is there a JScript IDE with autocomplete for COM objects created with ActiveXObject()
function?
i.e. so that after typing the following piece of code the IDE would display the list of methods / properties of the ExcelApp object:
var ExcelApp = new ActiveXObject("Excel.Application");
ExcelApp.
The only thing I've found was JsEdit, but I guess it got discontinued some time ago. I've also tested Visual Studio and JetBrains Webstorm, but couldn't make the autocomplete functionality to work.