我在我的Mac上遇到了一些关于IntelliJ的低级问题,我真的想把所有东西都归零并重新开始.但是,即使在删除应用程序并重新安装它之后,IntelliJ仍然会记住最后一个项目是什么,使用什么许可密钥等等.这些信息存储在哪里?什么是清除它的最佳方法?
通常,这样的信息可以在OS X中的以下某个位置找到:
/Users/username/Library/Preferences/AppName
/Users/username/Library/Preferences/com.appname.plist
/Users/username/Library/Application Support/AppName
/Library/Preferences/AppName
/Library/Preferences/com.appname.plist
/Library/Application Support/AppName
如果应用符合标准OS X约定,您将在一个或所有这些地方查找信息.如果它没有存储在这里,您可能会检查/Users/username/.intellij
主目录中的文件夹或类似内容
我刚刚浏览了这个,这里是我必须为IntelliJ 13删除的文件列表:
~/Library/Preferences/com.jetbrains.intellij.plist ~/Library/Preferences/com.jetbrains.intellij.plist.lockfile ~/Library/Preferences/IntelliJIdea13 ~/Library/Caches/IntelliJIdea13 ~/Library/Application Support/IntelliJIdea13 ~/Library/Caches/com.jetbrains.intellij ~/Library/Logs/IntelliJIdea13 ~/Library/Saved Application State/com.jetbrains.intellij.savedState
对于AppCode(Objective C IDE)1.0.4,在OSX上,路径为:〜/ Library/Preferences/appCode10
我刚检查过,IntelliJ IDEA(至少9.x版本)似乎存储了它的全局设置
~/Library/Preferences/IntelliJIdea90CE/
更新:IntelliJ IDEA 10使用~Library/Preferences/IntelliJIdea10/
和12 ~Library/Preferences/IntelliJIdea12/
.您可能会发现它适用于您所使用的任何版本.
(哪里〜是你的主目录.)
清除它的最佳方法是什么?好吧,只需删除整个目录即可.:-)或者,如果您怀疑可能会有一些有用的东西,请将其移至新名称.