1月
13
Alt + Enter 导入包,自动修正
Command + N 查找类
Command + Shift + N查找文件
Command + Alt + L格式化代码
Command + Alt + O优化导入的类和包
Ctrl +Enter生成代码
Command + E打开最近更改的代码
Command + R替换
Command + F查找
Alt + Shift + C 对比最近修改代码
Shift + F6 重构、重命名
Command + Y删除行
Command + D 复制行
Command + J 自动代码
Alt + F1快速打开隐藏工具面板
Alt + Command + 左右键 快速回到上次修改的地方
Command + 左右键 快速至行尾、行首
Control + 上下键 方法间快速移动定位
Shift + Command + 上下键 代码向上下移动
F2 快速定位并高亮错误或警告
Command + W 选中代码,连续按有不同效果
选中文本后,Alt + F3,逐个查找相同文本
Command + B 打开光标处的方法或者类
1月
07
下载地址
https://www.jetbrains.com.cn/idea/download/other.html
IDEA的ultimate(最终版)与community(社区版)的区别
https://blog.csdn.net/blbyu/article/details/118201500
IDEA 全称 IntelliJ IDEA,是java编程语言的集成开发环境。
- community(社区版):免费的IntelliJ IDEA community版本是基于开源代码构建的,可以用于纯JVM 和 Android 开发,拥有大部分开发中所需要的功能,但是不能够提供前端css和js的技术支持。
- ultimate(最终版):付费的 IntelliJ IDEA ultimate版本可以支持web端和企业端的开发使用,能支持众多前端和后端框架和技术,可以提供分析和数据库工具、HTTP客户端,允许免费使用30天(①购买正版;②可每30天卸载重新安装哦;)
破解尝试
https://www.hereitis.cn/articleDetails/867
https://www.hereitis.cn/soft/intellijidea
1月
02
eclipse 和 maven
https://maven.apache.org/download.cgi
打开页面,选择对应的版本下载。这里 apache-maven-3.8.7-bin.zip
下载好后,打开 eclipse, 打开 Window → Preferences → Maven → Installations,点击 Add,将刚才下载的 maven 配置进去就可以。因为从零开始,啥都喜欢用最新的。
再来配置 Window → Preferences → Maven → User Settings
/Users/vini123/Java/eclipse/apache-maven-3.8.7/conf/settings.xml
参考
代码补全提示
https://cloud.tencent.com/developer/article/1795246
安装 PropertiesEditor
https://blog.csdn.net/sayyy/article/details/104780196