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
…