I'm wanting to know to get Intellisense in Visual Studio 2005 to display the meaning of individual enum values for a VB.NET project. This already happens for enums that are a part of the .NET library.
Is this possible? If so, how would I need to comment my enums to get this to happen?