【Java】IntelliJ 快捷键

复制当前行到下一行

Ctrl + D

删除当前行

shift + delete

整理代码格式

Ctrl+Alt+L,如果和qq热键冲突的话,需要先将qq的热键Ctrl+Alt+L设置为无

修改xml注释风格

1

修改jsp注释风格

先按照上面把HTML的注释风格修改了
1

IDEA编辑html页面时,head、body等标签不缩进的问题

File | Settings | Editor | Code Style | HTML | Other | 找到Do not indent children of这一项 删除head,body即可

IDEA编辑html页面时,head、body等标签不缩进的问题

如何快速生成测试文件

在想要生成测试的类或接口下,Ctrl + Shift + T
1

如何快速生成变量

Ctrl + Alt + V

如何快速生成try catch

Ctrl + Alt + (Win) + T

替换

Ctrl + R

快速生成增强for循环

数据或集合名.for 回车

快速剪切一行

问题

  1. 为什么要修改模块的路径 run | edit configuration https://zhidao.baidu.com/question/693896293937711444.html

Ctrl + x

设置自动提示参数信息

File | Settings
1

posted @ 2022-02-27 22:25  sleepyhermit  阅读(42)  评论(0)    收藏  举报