Bulk Renaming Variables in PyCharm Published by John Player on February 26, 2019 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: Published inPyCharmPythonscripting