Windows | Mac | 效果 |
---|---|---|
alt + insert | command + N / control + return | 打开Generate 面板,可以生成getter/setter 等方法。 |
alt + center | option + return | 自动补全异常的代码 |
ctrl + shift + R | command + shift + R | 打开全局搜索替换 |
ctrl + shift + F | command + shift + F | 打开全局搜索 |
ctrl + F | command + F | 文件内搜索 |
ctrl + R | command + R | 文件内替换 |
shift + shift | shift + shift | 查询项目下的文件 |
alt + ? / ? | command + shift + [ / command + shift + ] | 可以在一个编译器内切换不同的文件 |
shift + ? / ? | shift + ? / ? | 选择需要截取的字符 |
ctrl + D | command + D | 复制上一行内容 |
ctrl + Y / ctrl + X | command + delete / command + X | 删除当前行 |
F2 | fn + F2 | 快速移动到有错误的位置 |
control + tab | 可以在当前的编译器内切换不同的文件 | |
cmmand + ? / ? | 可以快速的去到一行的开头和结尾 | |
option + ? / ? | 可以快速的单词之间的跳动 | |
option + command + return | 可以将当前行换行 | |
command + shift + ?/ ? | 可以直接选中当前行 | |
shift + return | 直接跳转到下一行 | |
option + command + L | 整理代码 | |
shift + command + V | 查看之前黏贴版上的内容 | |
option + command + B | 可以快速跳转到对应实现类 | |
command + E | 可以快速的打开你操作过的文件 | |
command + shift + E | 可以快速打开你之前查看的内容 | |
option + command + N | 可以搜索Restful的相关内容 | |
control + 1234567890 | 可以快速切换到你想要去的bookmark(书签) |
IDEA---Windows和Mac快捷方式常用比较
最新推荐文章于 2025-01-17 10:55:45 发布