美文网首页
phpstorm 在phpstorm编辑器中使用vscode快捷

phpstorm 在phpstorm编辑器中使用vscode快捷

作者: 暴躁程序员 | 来源:发表于2023-01-29 14:18 被阅读0次
  1. 把phpstorm快捷键改成vscode快捷键
    file --> Settings --> Keymap -->下拉选择:vscode
  2. 常用快捷键
ctrl + /                行注释
alt + shift + a         块注释

alt + ←→                切换已经打开的文件
alt + shift + ←→        快速选择区域
alt + ↑↓                上下移动当前行
alt + shift + ↑↓        上下拷贝当前行

ctrl + d                鼠标连选
ctrl + u                撤销鼠标连选 

ctrl + p                快速锁定文件、类、关键词等
ctrl + e                快速打开之前打开过的文件
ctrl + shift + f        全局搜索(需要关闭输入法热键)
ctrl + f                页面搜索

ctrl + shift + h        全局替换
ctrl + h                页面替换

alt + shift + o         删除无用的命名空间  
  1. 左侧 Structure 结果菜单栏
    页面结构树,可快速导航到指定方法

相关文章

网友评论

      本文标题:phpstorm 在phpstorm编辑器中使用vscode快捷

      本文链接:https://www.haomeiwen.com/subject/llnyhdtx.html