8

There is a search everywhere shortcut in Intellij IDEA(double clicking shift button), I'm wondering if similiar searching can be done in Eclipse. I did some googling, but it seems I can't search files/code at the same time in Eclipse.

Any suggestions are appreciated.

laike9m
  • 18,344
  • 20
  • 107
  • 140

4 Answers4

3

Control + 3 - search in all the settings. And my favourite Control + Shift + L (Only in Spring Source Tool Suite) - it's like Google for your source code. Is somehow similar to Symbol/ctag search in Intellij but it finds ALL occurences.

Both are very old features.

ddreian
  • 1,766
  • 5
  • 21
  • 29
3

For me, its a combination of:

Cmd+Shift+R : using wildcards like *, for the files Cmd+Shift+M : for methods (also Cmd+O for a quick outline) Cmd+Shift+T : for classes

I prefer keyboard shortcuts rather than the mouse, so these 3 shortcuts helps me a lot

Aldo Bassanini
  • 475
  • 4
  • 16
2

No, the search everywhere (source code, databases, actions, elements of the user interface) from IntelliJ is (for Eclipse) split at least between:

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
1

What you want is called Quick Search and can be activated using Ctrl+Alt+Shift+L

Krystian G
  • 2,842
  • 3
  • 11
  • 25