美文网首页
PhpStorm配置

PhpStorm配置

作者: 蓝小俊 | 来源:发表于2019-02-21 17:19 被阅读0次

风格

  • 安装插件Material Theme UI
    setting -> plugins -> search “Material Theme UI”,如下:
    图片.png
  • 重启IDE


    图片.png
  • Tools->Materia Theme->Materia Theme chooser (选择自己喜欢的主题)


    图片.png
  • 修改字体大小


    图片.png

快捷键

  • setting -> Keymap


    图片.png
  • 常用快捷键设置
  1. 全屏幕快捷键

Keymap>Main menu>View>Toggle Distraction Free mode 为 f11健
Keymap>Main menu>View>Toggle Full Screen mode 为 alt f11健

  1. Keymap>Tool Windows>Database 数据库管理 alt+shift+d
  2. Terminal 快捷键就使用默认的 alt+shift+t
  3. Remote Host 远程主机面板 alt+shift+h
  4. Run Command 切换命令控制台 alt+shift+m
  5. File Structure 查找文件定义的方法 alt+shift+j
  6. Navigate>File 查找文件 alt+p
  7. Recent Files 查找文件定义的方法 alt+e
  8. Editor Tabs>Close 关闭文件 alt+w
  9. File>Save All 保存全部 alt+s
  10. Code>Generate 快捷创建 alt+n

bootstrap

图片.png

参考资料:phpstorm.md

相关文章

网友评论

      本文标题:PhpStorm配置

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