Hi,
I am coming from a java world and have used Eclipse IDE extensively. In Eclipse, when i have a class source file open, i am able to view in one of the left or right panes, an outline of that class (member variables, methods, etc). Additionally, depending on what method i am in, it will highlight that in the class outline window.
I know there is a class view in window that can be docked in Visual studio 2005. However, it list everything by namespace and does not synchronize automatically with the class that i am currently working on it seems. Thus, each time i must drill down to find the class that has focus in the editor. Additionally, it does not seem to identify in visual manner which method i am currently in.
In projects with many namespaces, this is a bit frustrating (esp after having used Eclipse IDE).
Is there a way to do the things i mention above in Visual Studio 2005?
thank you.