Skip to content

Latest commit

 

History

History
280 lines (197 loc) · 3.24 KB

phpstorm.md

File metadata and controls

280 lines (197 loc) · 3.24 KB

phpstorm-shortcuts

List of shortcuts

  1. multi select
  2. toggle project sidebar
  3. search everywhere
  4. go to line
  5. find class
  6. find file
  7. switch tabs
  8. switcher
  9. list class structures and method and you can search on that
  10. public function
  11. private function
  12. protected function
  13. echo
  14. foreach
  15. throw
  16. html page structure
  17. reformat code
  18. select and copy whole line
  19. cut whole line
  20. remove whole line
  21. refactor
  22. generate
  23. multiple select of a word
  24. select next occurrence
  25. terminal
  26. version control
  27. replace
  28. document
  29. next or prev method
  30. close tab
  31. go next line
  32. recent files
  33. find path
  34. find error
  35. navigate declaration
  36. wrap remove
  37. generate constant from value of variable
  38. rename
  39. list methods
toggle project sidebar
alt + 1
search everywhere
shift + shift
go to line
ctrl + G
find class
ctrl + N
find file
ctrl + shift + N
switch tabs
alt + Right or alt + Left
switcher
ctrl + tab
list class structures and method and you can search on that
ctrl + F12
public function
pubf + tab
private function
prif + tab
protected function
prof + tab
echo
eco
foreach
fore and forek
throw
thr
html page structure
! + tab or html:5 + tab
reformat code
ctrl + alt + shift + l
select and copy whole line
ctrl + c
cut whole line
ctrl + x
remove whole line
ctrl + y
refactor
ctrl + alt + shift + t
generate
alt + insert
multiple select of a word
ctrl + alt + shift + j
select next occurrence
alt + j
terminal
alt + F12
version control
alt + 9
replace
ctrl + R
document
ctrl + Q
next or prev method
alt + up or alt + down
close tab
ctrl + F4
go next line
shift + enter
recent files
ctrl + E
find path
ctrl + shift = F
find error
f2
multi select
ctrl + alt + shift + mouse click
navigate declaration
ctrl + B
wrap remove
ctrl + shif + del
generate constant from value of variable
ctrl + alt + c
rename
shift + f6
methods
ctrl + f12