标签:空行 复制 f11 tab alt 一个 删除 head 关闭
操作 | 效果 |
---|---|
ctrl + o | 打开大纲 |
ctrl + 鼠标左键 + 类 | 看类的源码 |
ctrl + 1 | 快速修复 |
alt + / | 智能提示 |
ctrl + w | 关闭当前窗口 |
ctrl + shift + w | 关闭所有窗口 |
ctrl + shift + s | 保存所有 |
ctrl + shift + / | 块注释 |
ctrl + shift + \ | 取消块注释 |
ctrl + f | 自动排版 |
ctrl + shift + o | 自动导入所有需要的类 |
shift + enter | 在当前行下面产生空行 |
ctrl + alt + 向下箭头 | 复制一行 |
alt + 向下/向上箭头 | 移动一行 |
ctrl + d | 删除当前行 |
alt + shift + r | 重命名 |
alt + shift + m | 把一段代码抽象成一个方法 |
alt + shift + l | 把一个表达式赋值给一个局部变量 |
ctrl + shift + t | 打开类型 |
ctrl + F11 | 运行程序 |
F11 | 调试程序 |
ctrl + shift + b | 添加/取消断点 |
标签:空行 复制 f11 tab alt 一个 删除 head 关闭
原文地址:https://www.cnblogs.com/huochemeiyouhuo/p/12219796.html