Skip to content

Instantly share code, notes, and snippets.

@AhmedHelalAhmed
Last active October 25, 2021 15:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save AhmedHelalAhmed/df9e58d7b3dbefa9328f9dd37a7a380a to your computer and use it in GitHub Desktop.
phpstorem shortcuts
ctrl + f2
show navigation bar in phpstorem
ctrl + n
make new file
ctrl + comma
show recent files
ctrl + shift + t
go to file
ctrl + 1
show project tree
shift + shift
search
alt+ arrow left or arrow right or ctrl + - and ctrl + shift + -
navigate back and forward to files
ctrl + tab
switch between two recent files
ctrl + click on the function
get implementation again will get usage
ctrl+,
recent files actually
shift shift
search every where
shift + enter
open the selected result search in new split screen
shift + f4
open the selected result search in window
alt + up and down
history of search while openning the search window
alt + left and right
navigate between search options while openning the search window e.g. search by file of search by class name
file tree expand all
ctrl+ +
file tree collaps all
ctrl+ -
open/close file tree
alt + 1
select file in project view
alt + v
file structure
alt + \
go to next method
alt + arrow up/down
split screen
ctrl + \
close window
alt + f4
make new file
ctrl + n
toggle scope this used in search (all places / project file)
alt + p
search in current file
alt + f3
unsplit all windows
ctrl + q
Extend selection (you can change ' to " or put {} or () after selection)
ctrl + w / ctrl + shift + w
search string everywhere
select the string => then press ctrl + shift + f
run context configuration
alt + 0 numpad
run anything
alt + shift + a
Hide all windows
ctrl + shift + f12
git commit
ctrl + alt + k
git operations
ctrl + alt + q
refactor this
ctrl + shift + r
complete current statement
ctrl + shift + enter
show context actions
alt + enter
Add carets to ends of the selected lines
shift + g
clone caret below
alt + numpad-2
clone caret above
alt + numpad-8
multi cursor
ctrl + alt + click
multi cursor
alt + click + move up/down
Add selection for next occurrence
alt + j
unselect occurrence
alt + k
f12
to get the usage of any function / code
shift + esc(skip key)
hide active tool window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment