Blogger Information
Blog 21
fans 0
comment 0
visits 21115
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
浅谈phpstorm
星辰大海
Original
743 people have browsed it

学习php一路走来,经历了记事本->notepad++->sublime->eclipse->zend studio->phpstorm 各种IDE,总的来讲,要说简单快捷还数sublime,但是要说强大,phpstorm就莫属了。

今天准备回顾下日常使用中phpstorm的强大之处。

首先总结下快捷键:

  • ctrl+d   复制当前行

  • ctrl+/   注释当前行

  • ctrl+shift+/   取消注释当前行

  • ctrl+shift+↑↓  上下移动当前行

  • ctrl+f  当前文件搜索

  • ctrl+r  当前文件替换文本

  • ctrl+shift+f  全局搜索

  • ctrl+b  ctrl+单击   跳到函数所用之处或所在位置

  • ctrl+z  撤销

  • ctrl+shift+z  取消撤销

  • ctrl+n  全局搜索类名

  • ctrl+tab  切换已打开的文件

  • ctrl+shift+c  复制当前文件所在路径

  • ctrl+shift+u  光标所在单词切换大小写

  • ctrl+g  跳到指定行

  • ctrl+x  剪切、删除当前行


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post