DEV Community

Cover image for  🔌 Restore IntelliJ Idea settings ⛽
Carlos Chacin ☕👽
Carlos Chacin ☕👽

Posted on

🔌 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.

toolboxapp

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 🍏

intellij-restore-settings-gif

Go to:

Configure -> Restore Default Settings -> Restore and Restart

Top comments (1)

Collapse
 
uriannrima profile image
Luciano Lima

Thanks for bringing it up Carlos. Was having trouble finding it with a project already open.