display classes of a namespace in visual studio (C#)
Posted
by ericyoung7001
on Stack Overflow
See other posts from Stack Overflow
or by ericyoung7001
Published on 2010-05-18T07:18:00Z
Indexed on
2010/05/18
7:20 UTC
Read the original article
Hit count: 248
visual-studio
|c#
I am a Java programmer, and just starting to use Visual Studio to do C# programming. In Java IDE such as Eclipse, if I do not know the classname in a package, I can just type a dot (.) after a package name, then I will get a list of all the classes in that package in the IDE. How I can configure visual studio to do the similar thing, say, if I click a namespace name in a file (for example, using System), or add a dot after the namespace, all the classes in that namespace will be displayed somewhere in the IDE?
© Stack Overflow or respective owner