When you create XML documentation for C # methods in Visual Studio (I use 2010), you get Intellisense support for creating various XML tags like see, paramref, etc. On the other hand, when you add the aa cref attribute that you should use, what I find is a confusing format for describing types. This is the worst if you have several generics.
What I'm looking for is as follows. If you set the cref attribute on the see element, you have a list of Intellisense classes that matches what you typed, and then print the type description you want. Or when you set the cref attribute for the paramref element, you get a list of the parameters of this method.
Does anyone know some kind of add-on for Visual Studio to provide Intellisense for these cref attributes?
c # visual-studio visual-studio-2010 intellisense xml-documentation
wwahammy
source share