Is there a way in Eclipse to select a Java class, and then bring up a list of all Java files where that class is used within a project?
+3
A:
Put the cursor on the class name (works for methods, constructors, fields, etc, too), press Ctrl+Shift+G and enjoy.
gustafc
2009-10-01 15:54:16
thanks. how did you do that button effect?
Mike
2009-10-01 15:55:19
It's the `<kbd>` tag.
gustafc
2009-10-01 15:56:34