Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

class view in eclipse

Tags:

eclipse

In Eclipse, is there a way to have a Package Explorer like view that shows the classes without having to open the files individually.

I have this project where many classes are written in same files, and that makes navigating them so annoying. Is there some sort of ClassView in Eclipse that disregards file names.

Regards

like image 665
Charbel Avatar asked Apr 14 '11 09:04

Charbel


1 Answers

This question is currently almost 2 years old, but for anyone ending up here through a Google search (like me):

Eclipse offers a "Java Browsing" perspective which is probably what you want. To see this, go to Window -> Open Perspective, and select Java Browsing.

like image 170
Jeroen Avatar answered Sep 27 '22 22:09

Jeroen