eclipse search code
If it comes to IDEs Eclipse is a beast. Here are some shorts-cuts I use really a lot lately, they're for searching and navigating through code:
- search for files:
[Ctrl+Shift+r]
- search for java methods:
[Ctrl+Shift+m]
- search for java classes:
[Ctrl+Shift+t]