Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset IntelliJ IDEA Settings?

How can I reset the Setting of IntelliJ IDEA? I want to have everything back to the default settings.

like image 388
WetWer Avatar asked Jun 15 '16 08:06

WetWer


People also ask

Where are IntelliJ IDEA settings?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings.

How do I edit IntelliJ configuration?

From the main menu, select Run | Edit Configurations. Alternatively, press Alt+Shift+F10 , then 0 . In the left-hand pane of the run/debug configuration dialog, click Edit configuration templates…. In the Run/Debug Configuration Templates dialog that opens, select a configuration type.

How do you do clean and build in IntelliJ?

To clean up the local working copy, do one of the following: Select the desired file or directory in the Project tool window and choose Subversion | Cleanup from the context menu of the selection. Open the desired file in the editor and choose VCS | Subversion | Cleanup from the main menu.


2 Answers

Deleting the config folder reset my IntelliJ to it's default settings. Mine was located at C:\Users\BradTurek\.IdeaIC2016.3\config

IntelliJ Folder Locations

like image 74
Brad Turek Avatar answered Sep 28 '22 08:09

Brad Turek


Click on

File > Manage IDE Settings > Restore Default Settings...

enter image description here

like image 33
CopsOnRoad Avatar answered Sep 28 '22 07:09

CopsOnRoad