Home > Development Tools > phpstorm > Share commonly used PhpStorm shortcut keys on mbp

Share commonly used PhpStorm shortcut keys on mbp

藏色散人
Release: 2021-03-10 15:36:28
forward
1953 people have browsed it

The following tutorial column will introduce you to the PhpStorm shortcut keys on mbp. I hope it will be helpful to friends in need!

PhpStorm shortcut keys on mbpShare commonly used PhpStorm shortcut keys on mbp

Record the commonly used phpstorm shortcut keys on mac pro

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.)包住
Copy after login

The above is the detailed content of Share commonly used PhpStorm shortcut keys on mbp. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template