10

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?

Matthew Read
  • 1,365
  • 1
  • 30
  • 50
DmitMedv
  • 980
  • 3
  • 11
  • 22
  • 2
    In Intellij IDEA 2017, Use Ctrl+Shift+F-> Select Scope-> Select Open Files for your search term. – Gaurav May 30 '18 at 09:28

1 Answers1

17

Under scope you can select custom and Open files:

screenshot

Matthew Read
  • 1,365
  • 1
  • 30
  • 50
Andreas Wederbrand
  • 38,065
  • 11
  • 68
  • 78