phpstorm

支持Vue文件高亮

从phpstorm的插件(plugins)管理中添加vue.js

  • 打开preferences,搜索 plugins
  • 点击Browse Repository,搜索vue.js
  • 点击install,重启phpstorm!


    phpstorm_第1张图片

    phpstorm_第2张图片

添加文件模板

  • 打开preference -> Editor -> File and Code Templates
  • 点击 + 号添加模板

mac下PHPStorm快捷键大全

command + a 全选
command + c 复制
command + v 粘贴
command + z 撤消
command + l 输入行号跳到某一行
command + / 单行注释
command + option + / 块注释
ctrl + shift + / 块注释
command + e 列出最近打开的文件
shift + command + x 打开 Command Line Tools Console
shift + command + r 查找替换
shift + command + c 复制当前文件所在绝对路径
shift + f6(fn+f6): 选中左侧的文件名   进行文件重命名
command + D 复制出一行到下一行
control + tab  打开的文件间切换  control + shift + tab 向上切换
command + B  函数追踪(等同:command + 单击)
command + delete  删除整行
option + command + O 搜索项目中函数,变量或者其他的标示符
shift + command + o  搜索项目中的文件
command + [     跳转到上一个位置
command + ]     跳转到下一个位置
option + j  多选单个单词,即一次可以对多个同样单词进行修改
option + return  快速生成PHPDoc

配置psr格式标准

你可能感兴趣的:(phpstorm)