0

During first launch IntelliJ IDEA opens convinient dialog for quick configuration "Customize IDEA".

How to open it any time?

enter image description here

1
  • I don't think you can open that specific window again, but all the settings are still available under Preferences, but they'll be organized differently.
    – Zarwan
    Commented Jan 20, 2016 at 3:30

1 Answer 1

1

Most probably you never need to open it again. As everything on this screen is enabled by default. When you create related project you will be able to use those features. There is always an option to uninstall followed by new install but don't forget to backup your setting.

Another trick is to rename or delete the local cache folder of Intellij Idea. This will force IntelliJ idea thinking its a new installation and it will ask you everything again. But you will loose your setting and have to enter licence details again.

In ubutnu local cache where IntelliJ store its meta-data is:

~/.IntelliJIdea15

Rename or move it and rerun intelliJ idea. You can restore it later if you want.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.