In IntelliJ on OS X, how do you clear out all global setting info, licensing etc. (external to any project)

后端 未结 7 2138
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 09:07

I am having some low level issues with IntelliJ on my mac, I really want to just zero everything out and start over. But even after removing the application and re-installi

7条回答
  •  天命终不由人
    2020-12-07 09:46

    Normally information like this will be found in one of the following places in 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

    If the app adheres to the standard OS X conventions you weill find info in one or all of these places. If it doesnt store here you might check for a /Users/username/.intellij folder or something similar in your home directory

提交回复
热议问题