IDEA常用配置

IDEA常用配置

1.设置主题
Appearance&Behavior->Appearance->Theme

2.设置字体
Editor->Font

3.编辑区的字体变大或者变小
Editor->General 勾选(Change font size with Ctrl+Mouse Wheel in:Active editor)

4.自动导包
Editor->General->Auto Import
勾选:Add unambiguous imports on the fly 和 Optimize imports on the fly

5.方法和方法之间分隔符
Editor->General->Appearance中勾选Show method separator

6.忽略大小写提示
Editor->General->Code Completion 取消勾选Match case

7.多个文件在多行显示
Editor->General->Editor Tabs中取消勾选Show tabs in one row,Tab limit可以把上限调成20

8.修改类头的文档注释信息
Editor->File and Code Templates->Includes->File Header

/**
 * @Auther: xxx
 * @Data: ${DATE} - ${MONTH} - ${DAY} - ${TIME}
 * @Description: ${PACKAGE_NAME}
 * @version: 1.0
 */

9.设置文件的编码格式
Editor->File Encodings 能替换成UTF-8的都替换掉

10.自动编译
Build,Execution,Deployment->Compiler中勾选Build project automatically和Compile independent modules in parallel

后续有用到的再补充

相关推荐

  1. IDEA配置

    2024-07-17 22:08:04       23 阅读
  2. idea配置——注释快捷键

    2024-07-17 22:08:04       34 阅读
  3. IDEAIDEA快捷键

    2024-07-17 22:08:04       28 阅读
  4. IDEA快捷键

    2024-07-17 22:08:04       54 阅读
  5. IDEA 快捷键

    2024-07-17 22:08:04       59 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-17 22:08:04       70 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-17 22:08:04       74 阅读
  3. 在Django里面运行非项目文件

    2024-07-17 22:08:04       62 阅读
  4. Python语言-面向对象

    2024-07-17 22:08:04       72 阅读

热门阅读

  1. 分类题解清单

    2024-07-17 22:08:04       27 阅读
  2. sourcetree 下载地址

    2024-07-17 22:08:04       24 阅读
  3. DATE_SUB 的用法

    2024-07-17 22:08:04       23 阅读
  4. 【C++】C++中的堆和栈介绍和区别

    2024-07-17 22:08:04       25 阅读
  5. httpClient传输文件

    2024-07-17 22:08:04       22 阅读
  6. 关于Apache Iceberg

    2024-07-17 22:08:04       24 阅读
  7. lightgbm

    lightgbm

    2024-07-17 22:08:04      31 阅读
  8. ansible报错--‘when‘ is not a valid attribute for a Play

    2024-07-17 22:08:04       26 阅读
  9. [C/C++入门][for]24、菲波那契数列

    2024-07-17 22:08:04       27 阅读
  10. Linux C++ 060-设计模式之单例模式

    2024-07-17 22:08:04       22 阅读