Does anyone remember the name of a little free VS2010 extension that added little icons next to say a class name (same icons used in Class View)?
It also added handy little semi-opaque text at the end of blocks ({}) with the name of the class, method etc and a little clickable link that would bring you to the opening bracket/definition.
It would look something like this:
[class icon] public class Class1: INotifyPropertyChanged
{
} [class Class1] <clickable link>
Thanks in advance.
P.S. Sorry if this is the wrong forum.