IDEA 2022.3.1 installation, activation and usage tutorial [super detailed illustration]

1. Install IDEA 2022.3.1

IDEA download address

  1. After the download is complete, open it and click Next to install;
  2. After the installation is complete, close IDEA first;

2. Activate IDE 

Download the activation package: https://pan.baidu.com/s/1Okq-QYa0iGqozlhh-aVVIA

Password effy

Open the downloaded toolkit;

It should be noted that you cannot delete it after downloading. Deletion will cause reactivation. Do not include Chinese characters in the storage/installation path. Find a path that makes you comfortable.

Just follow the steps in the activation package;

3. IDE basic settings

3.1 Set character encoding to UTF-8

Select: File -> settings -> Eitor -> File Encodings, set the character global encoding, project encoding, and configuration file encoding to UTF-8, then click Apply to apply the settings, click OK to close the dialog box

3.2 Set method separator line

Select: File -> Settings -> Editor -> General -> Appearance, check "Show method separators", and click Apply. 

 3.3 Set display line number

Select: File -> Settings -> Editor -> General -> Appearance, check "Show line numbers" and click Apply.

3.4 Install the rainbow bracket plugin 

Select: File -> Settings -> Plugins -> Marketplace, search for "Rainbow Brackets", and click "Install" to install. After the installation is complete, follow the prompts to restart the IDE to take effect.

Guess you like

Origin blog.csdn.net/m0_73442728/article/details/131571842