Perfect solution: latest version of IDEA 2023.3.2 global configuration

Solved: Global configuration of the latest version of IDEA 2023.3.2

Table of contents

1.Problem description

2.Solution process


1.Problem description

Before using the old version of idea, I wanted to configure the global configuration directly in otherSetting, but after using the 2023.3.2 version, I found that there was no otherSettings option, and there was no way to start the global configuration.


2.Solution process

Step 1: Close the project and return to the start page

image

 

Step 2: Click the menu Customize--> All settingsto enter the global configuration page: 

Step 3: Set theme, font and font size. In addition, you can use more themes through idea’s plug-ins (for example: Material Theme UI).

image

 Step 4: Set up Maven local repository

image

 Step 5: Set compiler version

image

 Step 6: Set up automatic compilation

image

 Step 7: Set character encoding

image

I record the problems I encountered at work and the process of solving them, and I hope it can help everyone!

Guess you like

Origin blog.csdn.net/white0718/article/details/132294476