phpstorm使用技巧总结
1,从版本控制系统创建项目:
cvs ->?checkout from version control
?
2, 关联doc文档:
右键external librariese -> configure php include paths
?
3, 去掉波浪线:
settings -> editor -> colors & fonts -> general -> typo->effects
?
4, 显示行号:
settings -> editor->appearance->show line numbers?
?
5,远程或本地同步文件:
tools -> deploments -> configuration
?
6,?去掉右上角浏览器图标:
settings -> tools -> webbrowsers
?
7, 添加vim插件:
settings->editor ->plugins->browse repositories ->搜索vim
?
8,启动的时候不打开工程文件
settings->general去掉reopen last project on startup.
?
9,?取消自动保存
appearance -> system settings -> save file的两个选项 去掉
?
10, 将编辑的文件加星号标识:
settings -> editor -> editor tabs -> 勾选 mark modifed tabs…
?
11, 添加扩展名高亮显示:
settings -> editor -> file types ?
?
?
常用快捷键:
?
?
command + option + l ? ?将代码格式化
command + shift + u ? ?切换大小写
command + shift + + / command + shift + - ? 折叠/展开所有区块
command + e ? 列出最后打开的文件
control + tab? / control + shift + tab ? ? 切换打开的文件
command + / ? ? 行注释
ctrl + shift + / ? ? ?块注释
command + b ? 函数追踪,同command +单击
command + alt + 左右箭头 ? ? ?操作动作前进/回退
shift + command + r ? ? ?按文件名搜索对应文件所在路径
shift + command + t ? ? ?按类名搜索对应文件所在路径
shift + command + c ? ? ?复制当前文件所在路径
command + shift + o ? 打开文件
command + o ? ? ? ? ?打开类
alt + f1 ? ? ? ?定位编辑文件所在位置:
alt + f12 ? ? ? ?打开命令行栏
command + shift + f 全局搜索
?