It is easy to find files based on file name or content in pycharm, in this tutorial, we will introduce you how to do.
Find python files (.py) by file name
We can use Ctrl+N to find python files by file name.
For example:
Find any kinds of files by file name
We can use Ctrl+Shift+N to implement it.
For example:
Find files by its content
It is very useful to find files by content in it. For example, we want to find files that contain string Bert, we can do like this:
Step 1: press Ctrl+Shift+F
Step 2: input Bert
Then we can find these files: