您好,欢迎访问一九零五行业门户网

phpstorm 快捷键

ctrl + shift + enter 添加完成标识符
ctrl + p 显示参数信息
ctrl + q 快速查找函数文档
ctrl + mouse 快速跳转到当前鼠标代码的源出处
alt + insert 快速添加魔术方法
ctrl + o 选中并重写当前类的一个方法
ctrl + i 实现一个魔术方法
ctrl + alt + t 需要回环的结构体
ctrl + / 开启/关闭当前行的注释
ctrl + shift + / 开启/关闭当前块的注释
ctrl + w 增量式的选中当前块
ctrl + shift + w 与ctrl+w相反
ctrl + alt + l 格式化选中代码块
ctrl + alt + i 自动缩进代码
tab / shift + tab 添加/减少缩进
ctrl + x or shift + delete cut current line or selected block to clipboard
ctrl + c or ctrl + insert copy current line or selected block to clipboard
ctrl + v or shift + insert paste from clipboard
ctrl + shift + v paste from recent buffers…
ctrl + d duplicate current line or selected block
ctrl + y 删除当前行
ctrl + shift + j smart line join (html and javascript only)
ctrl + enter smart line split (html and javascript only)
shift + enter 开启新行
ctrl + shift + u 选中块代码大/小写
ctrl + shift + ] / [ 增量选中块结构标识符代码段
ctrl + delete 删除一个单词至结尾
ctrl + backspace 删除一个单词至词头
ctrl + numpad+/- 折叠代码段
ctrl + shift + numpad+ 折叠所有
ctrl + shift + numpad- 开启所有折叠
ctrl + f4 关闭当前tab
ctrl + n 寻找一个类
ctrl + shift + n 寻找一个文件
ctrl + alt + shift + n
以上就介绍了phpstorm 快捷键,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。
其它类似信息

推荐信息