DEV Community

Cover image for πŸ”Œ Restore IntelliJ Idea settings β›½
Carlos Chacin β˜•πŸ‘½
Carlos Chacin β˜•πŸ‘½

Posted on

7

πŸ”Œ 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

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here β†’

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.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay