在MBP上使用PhpStorm,有哪些常用的快捷键技巧?
- 内容介绍
- 文章标签
- 相关推荐
本文共计291个文字,预计阅读时间需要2分钟。
下面是简化后的开头内容:
由PHPStorm教程栏目为大家介绍MBP上的PhpStorm快捷键,希望对需要的朋友有所帮助!MBP上的PhpStorm快捷键记录,以下是一些Mac Pro上常用PhpStorm的快捷键:
- Command + R:运行- Command + E:查找替换- Command + E:打开最近文件
mbp上的PhpStorm快捷键
记录一下mac pro上面常用phpstorm的快捷键
command + r 查找替换 command + e 打开最近的文件 command + d 复制当剪行 command + l 跳到某一行 command + z 向后 command + shift + z 向前 command + , 打开preferences command + shift + o 快速查询文件(相当于sublime的Ctrl+P) command + shift + f 关键字查找,更强大的查询器 command + shift + r 高级替换 command + (fn) + F12 查找当前文件函数(相当于sublime的ctrl+R) command + n 快速为每个成员属性生成 getter 及 setter 方法 command + option + L 格式化代码 option + shift + (上下箭头)上下行快速切换 Command+alt+T 用 (if..else, try..catch, for, etc.)包住
以上就是分享mbp上常用的PhpStorm快捷键的详细内容,更多请关注自由互联其它相关文章!
本文共计291个文字,预计阅读时间需要2分钟。
下面是简化后的开头内容:
由PHPStorm教程栏目为大家介绍MBP上的PhpStorm快捷键,希望对需要的朋友有所帮助!MBP上的PhpStorm快捷键记录,以下是一些Mac Pro上常用PhpStorm的快捷键:
- Command + R:运行- Command + E:查找替换- Command + E:打开最近文件
mbp上的PhpStorm快捷键
记录一下mac pro上面常用phpstorm的快捷键
command + r 查找替换 command + e 打开最近的文件 command + d 复制当剪行 command + l 跳到某一行 command + z 向后 command + shift + z 向前 command + , 打开preferences command + shift + o 快速查询文件(相当于sublime的Ctrl+P) command + shift + f 关键字查找,更强大的查询器 command + shift + r 高级替换 command + (fn) + F12 查找当前文件函数(相当于sublime的ctrl+R) command + n 快速为每个成员属性生成 getter 及 setter 方法 command + option + L 格式化代码 option + shift + (上下箭头)上下行快速切换 Command+alt+T 用 (if..else, try..catch, for, etc.)包住
以上就是分享mbp上常用的PhpStorm快捷键的详细内容,更多请关注自由互联其它相关文章!

