search
Home类库下载java类库The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

Through the first step of learning idea before, everyone knows how to install idea. This article mainly talks about the configuration that the editor strongly recommends to modify after the initial installation. I hope you will like it. The main contents include: hiding automatically generated idea folders and iml files, smart prompts to ignore case, smart package import, which is very practical, multi-line display of tab pages, optimizing JVM parameters, turning on automatic compilation and modifying line comment styles.

1.1 Hide the automatically generated idea folder and iml file

When we use idea to create a project, idea will automatically generate the idea folder and iml file, which is really annoying. We can use Set the configuration to hide it. You can also hide folders such as target folders.
The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

1.2 Intelligent prompts ignore case

IDEA defaults to matching case, if this switch is not turned off. The characters you enter must match uppercase and lowercase letters. For example, when you type a string, no code prompts or smart additions will appear.
However, if you turn on this switch, code prompts or smart supplements will appear whether you enter String or string!
The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

1.3 Smart guide package, this is very practical

The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

##1.4 Display tab page in multiple lines

The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.The effect after cancellation is as shown below:

The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

1.5 Optimize JVM parameters

Click help—> edit Custom VM Options or directly open the bin in the idea installation directory - >idea.exe.vmoptions, modify the following parameters:

-server
-Xms500m
-Xmx1024m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=true
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Xms500m Set the initial number of memory and set a reasonable value. Increasing this value can improve the startup speed of the Java program

-Xmx1024m Set the maximum number of memory , increasing this value can reduce the frequency of memory Garage collection and improve programmability
-Dsun.awt.keepWorkingSetOnMinimize=true allows IDEA to retain the occupied memory when it is minimized to the taskbar. When IDEA is reopened, it can be Quick display
-server controls the memory garage mode, without spending time waiting for the memory garage to be collected

1.6 Turn on automatic compilation

The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

1.7 Modify the line comment style

ideaThe default line comment // is at the beginning of the line (the first type below) is very ugly. We can actually modify it. There are three styles of line comments:


The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.
The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.

##[Recommended course: Java video tutorial

]

The above is the detailed content of The second step of idea learning is the initial installation. It is strongly recommended to modify the configuration.. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:CSDN. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.