Cheap VPS host selection
Provide server host evaluation information

How to restore the default settings of pycharm (different tutorials under Windows and Mac systems)

The pycharm editor is a professional python integrated development tool. When we use it, we will also make some corresponding settings and modifications to make it more consistent with our development habits. How can we initialize and restore the default settings for pycharm.

Window system

Find the directory below –>Delete Re open pycharm

# Windows Vista, 7, 8, 10: Users. Example: C: UsersAdministrator PyCharm2018.1 # Windows XP: Documents and Settings.

Mac system

Please delete the following directory as needed

# Configuration rm -rf ~/Library/Preferences/PyCharm* # Caches rm -rf ~/Library/Caches/PyCharm* # Plugins rm -rf ~/Library/Application Support/PyCharm* # Logs rm -rf ~/Library/Logs/PyCharm*

This is how pycharm restores the default settings.

Do not reprint without permission: Cheap VPS evaluation » How to restore the default settings of pycharm (different tutorials under Windows and Mac systems)