PyCharm provides option to rename text in different scopes via Shift + F6
. By default the rename scope is set to Project Files
. Every time I need to rename something I have to either select current file in scope option or select exclude in refactoring prompt. Is there an option to set rename scope to Current File
by default in the pop up specific to a project or for whole IDE?
I found this similar question from 2016, WebStorm limit refactor scope to current file only.
EDIT:
Ctrl + R
seems to get the job done for my current requirement of renaming within current file by using replace all. I would still prefer to know if default option setting is available.