本人电脑系统macOs,Windows请将command替换为ctrl
tab ---- 一级缩进
shift+tab ---- 取消缩进
command+f ---- 查找代码
command +shift + f ---- 全局查找
command + A ---- 全选
command + w ---- 关掉
command+z ---- 撤销
command+z+shift---- 反撤销
command+d ---- 复制上一行到下一行
command + 右箭头 ---- 直接跳到行尾
alt + 右箭头 ---- 跳一个单词
shift+enter ---- 换到下一行
1.忽略大小写
2.安装插件
(1)更换皮肤:matrial theme UI
(2)AI补全代码:AiXcoder Code Completer
(3)统计代码量、项目:statistic
(4)修复错误和漏洞:SonarLint
1)点击File -> 点击Settings;
2)接着,打开Settings,找到Pulgins;