How do I get to settings in IntelliJ
Rachel Hickman
Published Mar 10, 2026
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 access settings in IntelliJ?
Configuring IntelliJ IDEA You can use ⌘, (macOS), or Ctrl+Alt+S (Windows/Linux) to display the Preferences/Settings dialog in IntelliJ IDEA.
How do I change the default settings in IntelliJ?
From the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default settings . Click Restore and Restart. The IDE will be restarted with the default configuration.
Where is IntelliJ settings file?
Configuration (idea. config. path): %APPDATA%\JetBrains\IntelliJIdea2020. 3.How do I specify a module in IntelliJ?
- Right-click the top-level directory in the Project tool window and select New | Module. …
- From the list on the left, select a module type.
- In the right-hand part of the dialog, select an SDK that you want to use from the Module SDK list.
Where is the IntelliJ log file?
In the run/debug configuration that will be used for launching the app, click the Logs tab. The Edit Log Files Aliases table displays the list of log files. Specify the log Alias (the name that will be displayed in the tool window tabs) and the path to the log file.
Where is project structure in IntelliJ?
To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure. IntelliJ IDEA will open the Project Structure dialog and jump to the required module.
How do I remove all IntelliJ settings?
Open the Apps & Features section in the Windows Settings dialog, select the IntelliJ IDEA app and click Uninstall. Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin.Where is settings in IntelliJ Mac?
If you are using a Mac, click on the IntelliJ IDEA menu and then select the Preferences menu item. NOTE: If you are using Windows, open the File menu and then select Settings.
How do I format in IntelliJ?Reformat File dialog The dialog appears when you press Ctrl+Alt+Shift+L in the editor of the current file. If you choose Code | Reformat Code from the main menu or press Ctrl+Alt+L , IntelliJ IDEA tries to reformat the source code of the specified scope automatically.
Article first time published onHow do you fix Cannot find declaration to go to in IntelliJ?
- Exit IDE.
- Recursively delete all . …
- Find and delete all . …
- Delete contents of the caches, index, and LocalHistory folders under <user_home>\.
Where can I find modules in IntelliJ?
The Module page opens in the right-hand part of the Project Structure dialog when you select a module in the element selector pane. Use the Sources tab to select the supported language level for Java and to configure the module contents. Use this list to select the Java language level for the module.
How do I create a multi module spring boot project in IntelliJ?
Open the Intellij and go to File-> New -> Project. From the left tab, select Spring-initializr and select Project SDK in right pane and click next.
How do I change a project in IntelliJ?
- In the Project tool window Alt+1 , right-click the root directory of your project and select Refactor | Move directory ( F6 ).
- In the dialog that opens, specify a new location for the project and click Refactor.
How do I fix project structure in IntelliJ?
If you are working on a software development project where you are using Maven, Gradle, Flash Builder etc., the below mentioned steps should restore the project structure: Ctrl + Alt + Shift + S (or) File>>Project Structure. Select ‘Modules’ in ‘Project Settings’ Alt + Insert (or) Select ‘+’ to add a new module.
Where is folder structure in IntelliJ?
- Go to your project structure settings: File > Project Structure.
- Select your project in the middle panel.
- Select the ‘sources’ tab in the right panel. Note from a comment (thanks @Line): In IntelliJ 2018.3. …
- Navigate to the src/main/java folder and select it.
- Mark it as Sources.
How do I open the console log in IntelliJ?
Control Shift-A to bring Help Command, type “Restore Layout”, and it should restore the console tab. There are also two icons in the Debug window that can do that if you have the Debug Toolbar active.
How do I view the console log in IntelliJ?
- View->Tool Windows->Debug (Alt+5)
- on top right of Debug Window, click “Restore Console View” which is only show a icon like below:
How do I run spring boot apps in IntelliJ?
Run your Spring Boot application and open the Services tool window: select View | Tool Windows | Services or press Alt+8 . Select your running Spring Boot application and open the Endpoints tab.
How do I restore default layout in IntelliJ?
Restore the default arrangement of tool windows From the main menu, select Window | Restore Default Layout or press Shift+F12 .
How do I beautify in IntelliJ?
- For Windows : Ctrl + Alt + L.
- For Ubuntu : Ctrl + Alt + Windows + L.
- For Mac : ⌥ (Option) + ⌘ (Command) + L.
How do I change file type in IntelliJ?
- Press Ctrl+Alt+S to open the IDE settings and select Editor | File Types.
- From the Recognized File Types list, select the file type that you want to associate with other filename patterns.
- Use the File name patterns section to make the necessary changes.
How do I turn off auto format in IntelliJ?
In Preferences > Editor > Code style > [language] uncheck reformat on file save .
How do I fix Java outside of source root?
- Open Project Structure.
- Select Modules in Project Settings in left pane.
- Click on the folder in which your Java files (showing file outside of source root) are present.
- Then Select Sources from Mark as: option.
- Apply the same steps for multiple folders.
How do I install an existing Maven project in IntelliJ?
- Open IntelliJ IDEA and close any existing project.
- From the Welcome screen, click Import Project. …
- Navigate to your Maven project and select the top-level folder. …
- Click OK. …
- For the Import project from external model value, select Maven and click Next.
How do you fix Cannot find declaration to go to in Pycharm?
- put the caret over the erroring text (‘choice’, from your example above)
- Bring up the intention menu (alt-enter by default, mine is set to alt-backspace)
- hit the right arrow to open the submenu, and select the relevant action.
How do I see the dependency tree in IntelliJ gradle?
- In the Gradle tool window, select a project, on the toolbar, click. or select the Show Dependencies option from the context menu. …
- In the diagram window, IntelliJ IDEA displays all project dependencies including the transitive ones.
Where are JAR files in IntelliJ?
- From the main menu, select Build | Build Artifacts.
- Point to the created . jar (HelloWorld:jar) and select Build. If you now look at the out/artifacts folder, you’ll find your . jar file there.
Where do I put jar files in IntelliJ?
- File > Project Structure… or press Ctrl + Alt + Shift + S.
- Project Settings > Modules > Dependencies > “+” sign > JARs or directories…
- Select the jar file and click on OK, then click on another OK button to confirm.
- You can view the jar file in the “External Libraries” folder.
How do I deploy a spring boot app?
- Search for and click on Elastic Beanstalk.
- This will take you to a step-by-step wizard to deploy the app.
- Click Get Started.
- Enter your application name.
- Select Java as the platform.
- Select Upload your code.
- Click Upload.
- Select Local file.
Is spring boot is a module?
A Spring Boot project that contains nested maven projects is called the multi-module project. In the multi-module project, the parent project works as a container for base maven configurations. In other words, a multi-module project is built from a parent pom that manages a group of submodules.