File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ IntelliJ IDEA 的便捷操作性,快捷键的功劳占了一大半,对于各
36
36
37
37
| 快捷键| 介绍|
38
38
| :---------| :---------|
39
- | Ctrl + F | 在当前文件进行文本查找 ` (必备) ` |
39
+ | < kbd > Ctrl</ kbd > + < kbd >F</ kbd > | 在当前文件进行文本查找 ` (必备) ` |
40
40
| Ctrl + R| 在当前文件进行文本替换 ` (必备) ` |
41
41
| Ctrl + Z| 撤销 ` (必备) ` |
42
42
| Ctrl + Y| 删除光标所在行 或 删除选中的行 ` (必备) ` |
Original file line number Diff line number Diff line change 59
59
| ECTranslation| 翻译插件| < https://github.com/Skykai521/ECTranslation/releases > |
60
60
| Maven Helper| Maven 辅助插件| < https://plugins.jetbrains.com/plugin/7179-maven-helper > |
61
61
| Properties to YAML Converter| 把 Properties 的配置格式改为 YAML 格式| < https://plugins.jetbrains.com/plugin/8000-properties-to-yaml-converter > |
62
+
63
+ ## lombok 插件的使用
64
+
65
+ - lombok 插件官网:< https://plugins.jetbrains.com/plugin/6317-lombok-plugin >
66
+ - 推荐 IntelliJ IDEA 插件库搜索安装:
67
+ - <kbd>File</kbd> > <kbd>Settings</kbd> > <kbd>Plugins</kbd> > <kbd>Browse repositories...</kbd> > <kbd>Search for "lombok"</kbd> > <kbd>Install Plugin</kbd>
68
+ - IntelliJ IDEA 配置方法,官网有说明:< https://github.com/mplushnikov/lombok-intellij-plugin#required-intellij-configuration >
You can’t perform that action at this time.
0 commit comments