DTE, want to hook in like Intellisense

  • Thread starter Thread starter [MVP] SmileSeo
  • Start date Start date
I'm developing an add-in. Is there some series of events that I can hook
into that will let me know the non-compiled interface has changed. I want to
be able to update my add-in as the user types. For example, if the user
types in:

Public Function Foo() as Integer
End Function

I want my add-in to reflect the new function like Intellisense would.

Any help would be appreciated.
Thanks
 
Back
Top