microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

Question: how to register to dte events #40

Open tobiasmelcher opened 7 years ago

tobiasmelcher commented 7 years ago

Found this one: https://msdn.microsoft.com/en-us/library/0b27f9kz(v=vs.100).aspx

Examples are only in VB and C#. Is there a way to register a dte event inside a macro using javascript?