Jay Blog
首页
分类
标签
归档
友链
相册
瞬间
关于
1
Docker与魔法
2
SpringBoot整合多数据源
3
Jenkins教程
4
SpringCloud 基础
5
kafka基础
念心卓
Total posts:
138
Total categories:
29
Total tags:
65
Navigation
首页
分类
标签
归档
友链
相册
瞬间
关于
Table of Contents
Jay Blog
用谦卑驾驭才华 用敬畏束缚狂悖
开发工具
IDEA快捷键
2025-01-02
4
0
0
1 minutes
IDEA常用快捷键
自动分配对象名:.var
自动导包:alt+enter
运行项目:alt+R
删除当前行:Ctrl+D
复制当前行:Ctrl+Alt+方向下键
格式化代码:Ctrl+Alt+L
查看继承层级:Ctrl+H
快速定位到当前方法位置:Ctrl+B
surround with:Ctrl+Alt+T
实现未实现的方法:Ctrl+O
查看方法中的参数列表:Ctrl+P
全局查找和替换:Ctrl+shift+R
本页查找和替换:CTRL+R
重构:shift+F6
全局搜索:CTRL+shift+F
移除所有没用的代码:CTRL+alt+O
转大小写:CTRL+shift+U
方法抽取:CTRL+alt+M
返回上一个页面或者下一个页面:CTRL+alt+←或者CTRL+alt+→
移动代码并且格式化:CTRL+ALT+方向键
快速try-catch:选中代码块,然后CTRL+ALT+T
快速编写if(xxx != null):xxx.nn
查看源码:CTRL+SHIFT+N
重构:SHITF+F6
查看当前类的结构:CTRL+F12
Like
0
If you find the article useful, feel free to appreciate
IDEA
开发工具
IDEA快捷键
https://halo.yunrain.cn/archives/c2a74ae6-1c11-4c4a-bfb5-6855afd1a5cd
Author
念心卓
Published on
2025-01-02
Updated on
2025-01-02
License
CC BY 4.0
@Transactional事务注解相关知识
JWT
Comments
弹
Comments