Bulk Renaming Variables in PyCharm February 26, 2019 PyCharm / Python / scripting If you want to rename all variables in PyCharm: Alt/right click the variable and select refactor: Select Rename, and enter a new name: Then click refactor The variable name changes everywhere: