Is it possible to subscribe to selection change event in visual studio 2010 add in, or any other way to detect that event?
this is what i need to do:
- User click anywhere in a c# code file.
- I need to know where the user is: Property,Function,Class,Delegate,etc.
Ideas? thanks.