Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA: Searching among opened files

Sometimes we need the searching among opened files in IntelliJ IDEA.
For example: class="redtext"
Usually I have a large number of opened files and the manual searching takes a lot of time (Ctrl+F in every html-file).

Is there a faster way to do this?

like image 704
DmitMedv Avatar asked Nov 11 '15 15:11

DmitMedv


1 Answers

Under scope you can select custom and Open files:

screenshot

like image 55
Andreas Wederbrand Avatar answered Sep 23 '22 19:09

Andreas Wederbrand