How to configure IntelliJ IDEA

How to configure IntelliJ IDEA

  • Settings
    • Appearance & Behavior
      • System and Settings
        • Date Formates
    • Edit
      • General
        • Auto Import
        • Code Folding
      • Font
      • Color Scheme
        • General
        • Color Scheme Font
        • Console Font
        • Database
      • Code Style
        • Java
        • XML
      • Inspections
        • Spring / Spring Core
        • SQL
      • File Encodings
      • File and Code Templates
      • Live Templates
      • Copyright
    • Other Settings
      • Translation
  • Plugins
    • IDE Settings Sync
    • about git
    • about Translation
    • about maven
    • about bash
    • about find-bug
    • about alibaba java coding guidelines
    • about ide feature trainer
    • about lombok
    • about GsonFormat
    • PlantUml Integration
  • Structre for New Project
    • SDK
    • Project
  • Run Configurations Templates for New Projects
    • tomcat

Settings

Configure > Settings

Appearance & Behavior

System and Settings

How to configure IntelliJ IDEA_第1张图片

Date Formates

How to configure IntelliJ IDEA_第2张图片

修改为yyyy-MM-dd'T'HH:mm:ssz即可。

Edit

General

Auto Import

How to configure IntelliJ IDEA_第3张图片

Code Folding

How to configure IntelliJ IDEA_第4张图片

Font

How to configure IntelliJ IDEA_第5张图片

Color Scheme

General

How to configure IntelliJ IDEA_第6张图片

Color Scheme Font

How to configure IntelliJ IDEA_第7张图片

Console Font

How to configure IntelliJ IDEA_第8张图片

Database

How to configure IntelliJ IDEA_第9张图片
How to configure IntelliJ IDEA_第10张图片

Code Style

Java

How to configure IntelliJ IDEA_第11张图片

XML

How to configure IntelliJ IDEA_第12张图片

Inspections

Spring / Spring Core

How to configure IntelliJ IDEA_第13张图片

SQL

How to configure IntelliJ IDEA_第14张图片

File Encodings

How to configure IntelliJ IDEA_第15张图片

File and Code Templates

在IDEA中File > Other Settings > Default Settings … > Editor > File and Code Templates

How to configure IntelliJ IDEA_第16张图片

/**
 *
 *
 * @author lwk
 * @since  0.0.1
 */

这里添加以后,添加类文件的时候,会为类文件追加类型注释。如

How to configure IntelliJ IDEA_第17张图片

Live Templates

How to configure IntelliJ IDEA_第18张图片

/**
 * 
 * 
 * @author lwk
 * @since  0.0.1
 */

Copyright

How to configure IntelliJ IDEA_第19张图片

How to configure IntelliJ IDEA_第20张图片

www.qwfys.com Inc.
Copyright (c) 2004- $today.year All Rights Reserved.

How to configure IntelliJ IDEA_第21张图片

Other Settings

Translation

https://plugins.jetbrains.com/plugin/8579-translation
How to configure IntelliJ IDEA_第22张图片

Plugins

Configure > Plugins

IDE Settings Sync

How to configure IntelliJ IDEA_第23张图片

about git

How to configure IntelliJ IDEA_第24张图片

about Translation

How to configure IntelliJ IDEA_第25张图片

about maven

How to configure IntelliJ IDEA_第26张图片

about bash

How to configure IntelliJ IDEA_第27张图片

about find-bug

How to configure IntelliJ IDEA_第28张图片

about alibaba java coding guidelines

How to configure IntelliJ IDEA_第29张图片

about ide feature trainer

How to configure IntelliJ IDEA_第30张图片

about lombok

How to configure IntelliJ IDEA_第31张图片

about GsonFormat

How to configure IntelliJ IDEA_第32张图片

PlantUml Integration

How to configure IntelliJ IDEA_第33张图片
  由于PlantUML依赖于graphviz,所以要我们要在系统中安装graphviz才可以。

Structre for New Project

Configure > Structre for New Project

SDK

Project

How to configure IntelliJ IDEA_第34张图片

Run Configurations Templates for New Projects

Configure > Run Configurations Templates for New Projects

tomcat

How to configure IntelliJ IDEA_第35张图片

你可能感兴趣的:(Programming,configure,IntelliJ,IIDEA,IDEA,Config)