编辑
option+/ 代码补全
option+👆 向上选取代码块
option+👇 乡下选取代码块
shift + Enter 软回车 ,无论在前一行代码的什么位置,都能定位到下一行.
command 显示/隐藏 左侧面板
command + b / 点击 定位方法
fn+option+f7 查看函数哪里调用过
command + e 打开最近打开的文件或者项目 (直接支持文件名搜索)
command + d 直接粘贴当前选中的内容
command + 退格键 删除当前鼠标所在行
command + option + 左右箭头 定位到上次编辑的位置
command + option + 上下箭头 依次顺序轮换激活打开的标签页
command + option + l 代码格式化
command + fn + f12 查看当前页面所有函数
command + f 当前页搜索
command + shift + f 全局搜索内容
command + shift + ➕/➖ 收缩代码块
command + shift + o 搜索文件
command + shift + v 选择粘贴剪切板上的内容
command + / 注释/取消注释
/** + Enter 自动生成注释
command + j 输出模板
control + tab 切换上次打开的文件
command + b 跳到变量声明处
command + x 剪切行
command + shift + u 切换大小写
Command+alt+T 用 (if..else, try..catch, for, etc.)包住
command+alt+L 格式化代码块
Command+W 关闭当前文件选项卡
选中文字的搜索
Command+F7 向声明的地方搜索并选中
Command+shift+F7 打开搜索框进行搜索
Command+option+F7 打开小浮窗显示搜索列表对项目文件的操作(重构)
F5 复制文件到某个目录
F6 移动文件到某个目录
Command+delete 安全删除
shift+F6 重命名
查找和替换
Command+F 搜索
Command+R 替换
Command+G 查找下一个
Command+shift+G 查找下一个
Command+shift+F 按路径搜索
Command+shift+R 按路径替换
调试
Control+alt+R 运行项目
Command+Control+R 运行Debug
Command+F8 添加断点
Command+shift+F8 打开断点列表