确实很好用,不过还是要看一些方法

转自:http://blog.sina.com.cn/s/blog_488193d70102vk7e.html

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 全局搜索

最新文章

  1. C++ 之const Member Functions
  2. iOS应用数据存储2-SQLite3数据库
  3. iOS 后台运行 类型
  4. 关于View端
  5. 自定义DZLMoneyLabel
  6. matlab中find 函数如何使用
  7. v3学院带你学习EEPROM读写实验
  8. 【Python3之多进程】
  9. SQL Server 2016 快照代理过程分析
  10. Python 实现累加计数的几种方法
  11. Android中使用progurad混淆代码
  12. HTTP response 添加body
  13. NIO,AIO,BIO
  14. Jboss7或者wildfly部署war包的问题
  15. Android- SharedPreferences 使用详解
  16. Centos7.2 修改网卡名称
  17. TCP系列52—拥塞控制—15、前向重传与RACK重传拥塞控制处理对比
  18. js小功能记录
  19. TensorFlow运作方式入门
  20. CF839 D 容斥

热门文章

  1. 扫描线专题 hdu1255
  2. 关于学习Scala语言的一些感悟
  3. PC-红警联机问题与下载
  4. 对比iOS网络组件:AFNetworking VS ASIHTTPRequest(转载)
  5. css3随笔
  6. jQuery获取鼠标移动方向2
  7. 【转】bootbox自定义dialog、confirm、alert样式,以及基本设置方法setDefaults中可用参数
  8. 【Android - 基础】之Animator属性动画
  9. 算法基础:最大递减数问题(Golang实现)
  10. C、Shell、Perl基于Tomcat开发CGI程序环境配置