Update README.md
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* [5.2 字体](#52-字体)
|
||||
* [5.3 编码](#53-编码)
|
||||
* [5.4 切换语言](#54-切换语言)
|
||||
* [5.5 代码模板](#55-代码模板)
|
||||
* [5.5 代码实时模板](#55-代码实时模板)
|
||||
* [5.6 文件头注释](#56-文件头注释)
|
||||
* [5.7 注释不顶格(不在行首)](#57-注释不顶格不在行首)
|
||||
* [5.8 自定义后缀文件的语法高亮](#58-自定义后缀文件的语法高亮)
|
||||
@@ -144,39 +144,39 @@
|
||||
|
||||
- Appearance & Behavior -> Appearance -> Theme
|
||||
|
||||

|
||||

|
||||
|
||||
### 5.2 字体
|
||||
|
||||
* IDEA 应用字体:Appearance & Behavior -> Appearance
|
||||
|
||||

|
||||

|
||||
|
||||
* 代码字体:Editor -> Font
|
||||
|
||||

|
||||

|
||||
|
||||
* 控制台字体:Tools -> terminal
|
||||
|
||||

|
||||

|
||||
|
||||
* 使用鼠标滚轮调整字体大小:Editor -> General -> Change font size (Zoom) with Ctrl + Mouse Wheel
|
||||
|
||||

|
||||

|
||||
|
||||
### 5.3 编码
|
||||
|
||||
* Editor -> File encodings
|
||||
|
||||

|
||||

|
||||
|
||||
### 5.4 切换语言
|
||||
|
||||
* Appearance & Behavior -> System Settings -> Language and Region
|
||||
|
||||

|
||||

|
||||
|
||||
### 5.5 代码模板
|
||||
### 5.5 代码实时模板
|
||||
|
||||
类似 sysout:
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
|
||||
相关配置见:[IDEA代码模板](https://blog.csdn.net/Yinyaowei/article/details/103836510)
|
||||
|
||||

|
||||

|
||||
|
||||
### 5.6 文件头注释
|
||||
|
||||
@@ -199,14 +199,14 @@
|
||||
*/
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### 5.7 注释不顶格(不在行首)
|
||||
|
||||
* Editor -> Code Style -> Java -> Code Generation
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### 5.8 自定义后缀文件的语法高亮
|
||||
|
||||
|
||||
Reference in New Issue
Block a user