Restore IntelliJ Idea settings

The article was originally published at carloschac.in

Restore IntelliJ Idea settings

After a long day trying to figure out how to reset all my IntelliJ settings, I decided to write this to document the obvious solution that was not that obvious to me.

I was using the JetBrains Toolbox App for a while to manage my IntelliJ Idea Ultimate installation along with other tools like Rider, WebStorm, and the Early Access Preview for IntelliJ Community Edition.

After several installations and reinstallations of IDEs and different Java/JDK versions (8, 9, 11, 14), the IDE was not able to import my maven projects. The IntelliJ IDEA was acting as a simple text editor at this time .

Failed attempt to solve it

1) Uninstall IntelliJ IDEA Ultimate using the Toolbox App
2) Uninstall the Toolbox App
3) Delete the following directories:



$ rm -rf ~/Library/Application\ Support/JetBrains/


Enter fullscreen mode Exit fullscreen mode



$ rm -rf ~/Library/Caches/JetBrains/IntelliJIdea2020.1


Enter fullscreen mode Exit fullscreen mode

4) Reinstall IntelliJ IDEA without using Toolbox



$ brew cask install intellij

Enter fullscreen mode Exit fullscreen mode



The obvious and simple solution

Go to:

Configure -> Restore Default Settings -> Restore and Restart

原文链接: Restore IntelliJ Idea settings

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容