在 IntelliJ IDEA中,是否可以选择查找和替换整个项目的符号并按时操作?
EDIT:
Here is the Visual representation for better understanding.
Replacing a piece of text in all the files within the specified path do one of the following:
You can try Ctrl + Shift + F.
And if you are using Eclipse keymap for IntelliJ then you can use Ctrl + H.
CTRLSHIFTR
shift ⇧command ⌘R
Press SHIFT twice and type Replace in Path
Replace in Path
You get an option to apply file mask, scope, etc.
For me, worked:
Ctrl + H - To replace all occurrences in a specific file
Ctrl + Shift + H - To replace all occurrences in all files
But I remember I have configured my key map in VSCode style. Also, I am working on Ubuntu 20.04.2 LTS, but it looks unrelated.