PHPSTORM_常用配置_使用技巧

简介: 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        打开命令行栏

 

原文地址:http://blog.csdn.net/black_ox/article/details/42082473

相关文章
|
6月前
|
IDE PHP Apache
PhpStorm+Xampp+Xdebug搭建环境并部署应用
PhpStorm+Xampp+Xdebug搭建环境并部署应用
131 0
JRebel and xrebel 热部署插件 激活时出现LS client not configued 报错解决
JRebel and xrebel 热部署插件 激活时出现LS client not configued 报错解决
767 0
|
6月前
|
Linux PHP 开发工具
Phpstorm环境配置与应用
Phpstorm环境配置与应用
|
Web App开发 IDE 应用服务中间件
phpstorm+xdebug 配置断点调试
阅读tp框架源码过程中,经常被代码绕来绕去,头晕的很(tp框架源码已很久没有更新);
257 0
|
Unix Linux 开发工具
vim插件开发之helloworld插件
vim插件开发之helloworld插件
143 0
|
数据安全/隐私保护
Phpstorm配置svn
Phpstorm配置svn
264 0
Phpstorm配置svn
|
开发工具 git
Phpstorm配置git版本控制器
Phpstorm配置git版本控制器
205 0
Phpstorm配置git版本控制器
|
IDE 程序员 定位技术
phpstorm好用插件集
phpstorm好用插件集
777 0
|
IDE 程序员 PHP
PhpStorm 中如何配置 SVN,详细操作方法
PhpStorm 中如何配置 SVN,详细操作方法