Eclipse: show return types in outline view

One thing I have been missing ever since moving to RAD 7 at work is seeing return types in views like Outline View. I finally found out how to show them again.

To show method return types in Java views:

Open the Window > Preferences > Java > Appearance page and select the Show method return types check box.

http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-view-outline.htm

Comments

Popular Posts