5

How can I find a word in all file in IntelliJ IDEA project? In EclipseIDE, Ctrl+H and search file. Is there any shortcut?

Stephen Tun Aung
  • 982
  • 9
  • 18

3 Answers3

14

On my Mac, it's cmd+shift+f.

You can see which shortcut it is in your machine by navigating to Edit/Find/Find in Path

gefei
  • 18,922
  • 9
  • 50
  • 67
6

Select your project and:

Ctrl + Shift + F should do.

enter image description here

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Amila
  • 5,195
  • 1
  • 27
  • 46
2

On the main menu, choose Edit | Find | Find in Path, or press Ctrl+Shift+F

It's all described in the IntelliJ IDEA Help section.

enter image description here

Sandeep Chatterjee
  • 3,220
  • 9
  • 31
  • 47