phpstorm知识点
生活随笔
收集整理的這篇文章主要介紹了
phpstorm知识点
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
自動補全ctrl + space
代碼提示
ctrl + shift + space
智能代碼提示排錯Alt+Enter
或者直接點擊變色出錯的地方,就可以查看解決方案生成代碼 (code菜單)alt + ins
generating constructors, getters/setters
ctrl + o/i
overriding/implementing
ctrl + j
Code | Insert Live Template, 預定義的代碼片段, File | Settings | Editor | Live templates
Ctrl+Alt+T
Code | Surround With搜索Alt+F7
where a particular symbol is used in your project, full-scale
Ctrl+F
in the current file
Ctrl+Shift+F
the entire project
Shift + Shift
search for classes, file, symbols and menu actions all at once as well as navigate to them, If you do not specify any search pattern, PhpStorm just shows a list of recent files where you can navigate to the relevant item by clicking it
Ctrl+N
navigation to a Class
Ctrl+Shift+N
navigation to a File
Ctrl+Shift+Alt+N
navigation to a Symbol
Ctrl+B,?Ctrl+Click
Go To Declaration
Ctrl+Alt+B
Go to Implementation測試Ctrl+Shift+T
創建測試瀏覽Ctrl+F12
瀏覽當前類的結構
?
轉載于:https://www.cnblogs.com/hangtt/p/8857031.html
總結
以上是生活随笔為你收集整理的phpstorm知识点的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 面向对象编程,链式调用,先输出‘hell
- 下一篇: myeclipse打开jsp页面慢或者卡