Declaration drop-down in the IDE for C#?

  • Thread starter Thread starter JS
  • Start date Start date
J

JS

When you create a VB.NET application, there is a "general" and
"delcarations" drop down menu to help you quickly navigate to functions,
subs, etc. How can I get a drop down list like this for my C# code? It
would be nice if one listed all the classes in the project, and the other
listed the methods, but, anything that lists the members like that will be
nice.

TIA,


John

x-post: microsoft.public.vsnet.general,
microsoft.public.dotnet.languages.csharp
 
JS said:
When you create a VB.NET application, there is a "general" and
"delcarations" drop down menu to help you quickly navigate to functions,
subs, etc. How can I get a drop down list like this for my C# code? It
would be nice if one listed all the classes in the project, and the other
listed the methods, but, anything that lists the members like that will be
nice.

TIA,


John

x-post: microsoft.public.vsnet.general,
microsoft.public.dotnet.languages.csharp
The drop-downs in the c# editor are structured totally differently from
vb.net's and afaik you cannot change them.
Quite confusing to the newcomers.
I dont notice it now.

JB
 
Back
Top