我已经对WebStorm应用了this theme,但我不喜欢它。
如何恢复WebStorm的默认设置?
发布于 2016-06-27 20:58:06
根据您所在的操作系统,您应该能够删除配置文件,WebStorm将重新创建它。
通常,正如@camden_kid所说的那样,有.idea
文件夹。
https://www.jetbrains.com/help/webstorm/2016.1/project-and-ide-settings.html
视窗
<User home>\.WebStormXX\config that contains user-specific settings.
<User home> in WindowsXP is C:\Documents and Settings\<User name>\;
in Windows Vista it is C:\Users\<User name>\
Linux
/.WebStormXX/config that contains user-specific settings
Mac
~/Library/Preferences/WebStormXX contains the rest of the configuration settings.
你可以根据主题文件的破坏性来交换主题。
https://stackoverflow.com/questions/38054121
复制相似问题