Idea download after initial configuration (in Windows environment)

Source: Internet
Author: User

The professional version of IntelliJ can be used for 30 days free of charge. For future development convenience, we need to download the professional version for cracking and configuration.

First, crack

The installation process has an interface as follows, we choose License Server to fill http://idea.iteblog.com/key.php Next, click Activate can crack success (blog post on the day of the pro-test can be broken). If this is skipped during the installation, it's okay to enter the trial period. Select Menu Help->register->license Server, fill in http://idea.iteblog.com/key.php can also be cracked

Second, set the code

Open File->other Settings->default settings->editor->file encodings by configuration

Three, set 1 Tab key = 4 spaces

Open File->other Settings->default settings->editor->code Style->java by configuration (maybe the current version of idea is already configured, so you don't have to change it)

Four, turn off the spell check (otherwise write the variable every time, if it is not a regular English word, there will be some warning message, very annoying)

Open File->other Settings->default Settings->editor->code style->inspections According to the configuration, that is, remove the back tick

V. Ignore case

Open the File->settings->editor->general->code completion (or shortcut key Ctrl+alt+s) as configured to select the drop-down box in the diagram as none ( So the full-text search will ignore the case, no drawbacks, very convenient).

Six, automatic Guide package (if two package contains the same name class, it will not be imported, need to import manually or through the shortcut key import, no risk is convenient)

Open File->settings->editor->general->auto Import (or shortcut ctrl+alt+s) as configured
The first option means to automatically guide the package when referencing the class.
The second option means to automatically remove the packets that have been referenced (optimize is the meaning of optimization, that is, to remove useless import statements).

To reduce the injection anomaly level of spring to warning.

Because SPRINGMVC incorporates mybatis through annotations, the Mapper Class (DAO implementation) is injected into the service class and an exception occurs. It is injected because he generates a proxy object based on the Mapper.xml file and the Mapper interface (DTO interface) runtime. And the idea editor will check grammar when you edit it. The corresponding mapper class (DAO implementation) is not found in the service class, so the exception is reported)
Open File->other Settings->default settings->editor->inspection follow configuration (that is, find the autowiring for Bean in the default environment) Class item, on the right side of the Severity dropdown box, select the yellow warning option

Eight, git, MAVEN integrated configuration

Open File->settings (or shortcut key Ctrl+alt+s) in the search bar to enter keywords such as Git/maven to find the corresponding configuration panel, configure the path. Skip over here.

Ix. GIT/SVN Project Integration tool configuration, modified file color, exception, etc. feedback to the topmost package

Open File->other Settings->default settings->editor->version control According to the configuration, that is to tick (idea different state of the file will be different colors, But this color does not feed back to the upper package. With this configuration, the color of the upper package will be synchronized with the file)

Ten. Configure the memory used by the JVM to start the idea

Open the Bin directory under the idea installation directory to find the Idea.exe.vmoptions or idea64.exe.vmoptions file (the previous one is a 32-bit version and the latter is a 64-bit version)
After opening, set the following two parameters (for 8G and above memory)
-xms512m
-xmx1024m

Idea download after initial configuration (in Windows environment)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.