“IntelliJ IDEA”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第14行: | 第14行: | ||
− | 格式化代码 | + | === 格式化代码 === |
− | |||
Ctrl+Alt+L | Ctrl+Alt+L | ||
− | 删除当前一行 | + | === 删除当前一行 === |
− | |||
Ctrl + D | Ctrl + D | ||
− | System.out.println | + | === System.out.println === |
− | |||
sout+Enter | sout+Enter | ||
− | 设置代码行宽,并自动到达行宽后自动换行 | + | === 设置代码行宽,并自动到达行宽后自动换行 === |
− | |||
https://blog.csdn.net/weixin_44874132/article/details/125682334 | https://blog.csdn.net/weixin_44874132/article/details/125682334 | ||
− | + | === 装 Spring Initializr === | |
− | 装 Spring Initializr | ||
− | |||
https://blog.csdn.net/qq_40775604/article/details/103439714 | https://blog.csdn.net/qq_40775604/article/details/103439714 | ||
− | 文件名找文件 | + | === 文件名找文件 === |
− | |||
shift 连按两下 | shift 连按两下 | ||
− | + | === 文本搜索 === | |
− | 文本搜索 | ||
− | |||
control + h | control + h | ||
− | 大小写切换 | + | === 大小写切换 === |
+ | control + shift + u | ||
− | control + | + | === surround with === |
+ | control + alt + t | ||
2023年1月3日 (二) 22:56的版本
https://www.jetbrains.com/idea/
旧版 | File -> Other Settings -> Settings for New Projects |
新版 | File -> New Projects Setup -> Settings for New Projects... |
idea默认会自动保存修改,坏处是可能会因为无意识触碰键盘引起的修改,导致莫名的bug
格式化代码
Ctrl+Alt+L
删除当前一行
Ctrl + D
System.out.println
sout+Enter
设置代码行宽,并自动到达行宽后自动换行
https://blog.csdn.net/weixin_44874132/article/details/125682334
装 Spring Initializr
https://blog.csdn.net/qq_40775604/article/details/103439714
文件名找文件
shift 连按两下
文本搜索
control + h
大小写切换
control + shift + u
surround with
control + alt + t