Detecting Visual Studio Smart-tags events

Posted by devoured elysium on Stack Overflow See other posts from Stack Overflow or by devoured elysium
Published on 2010-05-18T05:34:50Z Indexed on 2010/05/18 5:40 UTC
Read the original article Hit count: 243

Is it possible to detect with VSX when any (or a particular) smart tag event is happening? I mean, every time we rename a variable, for example, a smart tag is available that allows us to change it through a form. I'd like to know if I can access that "text is changing" event.

I don't mean to have to check for myself if the text is being changed and such, I'd like to make use of VS event system (if there is one). I gave this example but I'd like to know the "general system" of how smart tags work with VSX.

Thanks

© Stack Overflow or respective owner

Related posts about smart-tags

Related posts about vsx