When you create XML Documentation for C# methods in Visual Studio (I'm using 2010), you receive Intellisense support for creating the various XML tags, such as see, paramref, etc. On the other hand, when you add in a a cref attribute you have to use a, what I think is convoluted format to describe types. This is worst when you have a number of generics.
What I'm looking for is as follows. If you're setting the cref attribute in a see element, you have an Intellisense list of classes that match what you're typed in so far and then output the proper type description necessary. Or when you're setting the cref attribute on a paramref element, you receive the list of parameters of that method.
Does anyone know of some sort of addon to Visual Studio to provides Intellisense for these cref attributes?