I completely forgot how to reference generic classes within <see/> and <seealso/> tags this morning, call it a total lack of caffeine (which I haven’t had a significant amount of for a month now). Figured someone else may have a similar brain fart, so remember it’s curly braces, not < and > tags which made more sense. /// <summary> /// Used by <see cref="MyGenericClass{T}"/>. /// </summary> And not to go on a tangent, but shouldn’t decaf coffee be at least...
Posted On Tuesday, June 22, 2010 8:28 AM | Feedback (1)
I love to keep my class files clean, and often times that means not using the suggested using statements that visual studio inserts for me based on the template. I love the Organize Usings functionality, especially Remove and Sort, but by default there isn't a keyboard chord setup for it. When you visit the options for visual studio under Environment >> Keyboard, you'll see all of the possible commands. Typing "Organize" into the filter box will get to what we want. Then we just need to assign...
Posted On Friday, June 18, 2010 3:34 PM | Feedback (1)