'pycharm - how do i find replace a word in my entire project?
As the question asks, how do i run a find/replace in pycharm for a word over the entire project?
Solution 1:[1]
For those here coming from Google and that only want to find something in the entire project:
CTRL+H
For a replace, there is no keyboard shortcut.
Solution 2:[2]
[Quick Answer]
- Find and Replace in the project ==> Ctrl+Shift+R
- Find and Replace in a local file ==> Ctrl+R
[NOTE]:
Sometimes, it has adjusted to H instead of R
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Guillaume Chevalier |
Solution 2 | Community |