How do I find a word in all my files in Pycharm

Ray picture Ray · May 11, 2016 · Viewed 37.4k times · Source

I'm new to PyCharm (and Python) but can't find a way to do a complete search for a word in all my files in my PyCharm project. Every time I do Edit-->Find it keeps searching either in the current file of searches for the word where my caret is located. How does one do a complete scan of all files for a word that I typed?

When I select Find Usages, it tells me to position my caret to a specific word.

Answer

Serafim Costa picture Serafim Costa · May 11, 2016

On the main menu, choose Edit | Find | Find in Path, or press:

Window or Linux: Ctrl + Shift + F

Mac: + + F

More info here