pycharm重置设置,恢复默认设置的方法
时间:2021-02-08 09:31:52|栏目:Python代码|点击: 次
window 系统
找到下方目录-->删除. 再重新打开pycharm
# Windows Vista, 7, 8, 10: <SYSTEM DRIVE>\Users\<USER ACCOUNT NAME>\.<PRODUCT><VERSION> 例:C:\Users\Administrator\.PyCharm2018.1 # Windows XP: <SYSTEM DRIVE>\Documents and Settings\<USER ACCOUNT NAME>\.<PRODUCT><VERSION>

mac 系统
请根据需要删除下方目录
# 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*
此处无图~~~
官网链接:点我啊,点我啊,点我就去了






