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

后端 未结 7 2134
没有蜡笔的小新
没有蜡笔的小新 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:57

    This always does it for me:

    find ~/Library -type d -name 'IdeaIC*' -exec rm -rf {} ';'

    0 讨论(0)
提交回复
热议问题