VS 2010 SDK - Get function and class name when carret change, with c#.
- by Fraga
Hi experts.
How can i get the name of the function and its class when the
caret change position i a code file, using VS SDK 2010?
I am using Editor Text Adornment template as an start and c#.
Thanks.