views:

3

answers:

0

One of the reasons I like eclipse, is for it's outline view. It allows fast navigation through code. Especially if you have to read someone else's code it helps to get an idea of the layout of a file. However, it is not always equally great. In header files it is lovely, but the view in source files kind of beats the purpose. The function you are looking for is somewhere in a big field full with letters, because the classnames are printed along.

Is there a way to get the second view in source files too (eg for definitions)?

view of outline with source file

view of outline with header file