Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding a words in all files of a project in IntelliJ IDEA

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

like image 985
Stephen Tun Aung Avatar asked Nov 30 '22 10:11

Stephen Tun Aung


2 Answers

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

like image 106
gefei Avatar answered May 10 '23 23:05

gefei


Select your project and:

Ctrl + Shift + F should do.

enter image description here

like image 41
Amila Avatar answered May 10 '23 23:05

Amila