Phpstorm Cheat Sheet



phpstorm.txt
ctrl + alt + shift + t = refactor this
alt + enter = allerlei shortcuts
ctrl + alt + l = reformat code
shift + f11 = show bookmarks
f11 = insert bookmark
alt + insert = file new
ctrl + n = navigate class
ctrl + shift + n = navigate file
ctrl + shift + f = find in path
ctrl + alt + shift + insert = commit file (eigen shortcut)
ctrl + click (file in tab) = open in folder
ctrl + shift + v = paste buffer
ctrl + g = go to line
F7 = step into
F8 = step over
F9 = run to end
shift shift = find everywhere
ctrl + shift + backspace = go back to last changed line
editor->appearance->show whitespace
vim ~/.local/share/applications/jetbrains-phpstorm.desktop

The course also includes a shortcuts cheat sheet to help you get started. A Battle-Tested Development Workflow by Christoph Rumpel. Christoph Rumpel is a PHP developer and PhpStorm Instructor from Austria. PhpStorm has been the IDE of his choice for years now. PhpStorm Enjoy this cheat sheet at its fullest within Dash, the macOS documentation browser. General CMD+0-9. Open corresponding tool window. Toggle maximizing editor. Add to favorites. Inspect current.

commented Oct 10, 2016

Great, you pointed the most interesting. To see a bigger list, in phpstorm use menu HELP->Keymap Reference, to see the printable PDF with most important shortcuts.
They are also in this link, but it's better and more accurate to your version of PHP to use the Help->Keymap Reference menu option:
https://resources.jetbrains.com/storage/products/phpstorm/docs/PhpStorm_ReferenceCard.pdf

WebStorm / PhpStorm Mac cheat sheet of all shortcuts and commands. Home Instant Answers PHPStorm Cheat Sheet (OS X) Next Steps. This is the home page for your Instant Answer and can be. WebStorm / PhpStorm cheat sheet of all shortcuts and commands.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

#PhpStorm

PHPStorm Cheat Sheet

Editing

Phpstorm Cheat Sheet

Alt + Enter

Show intention actions and quick-fixes

Ctrl + P

Parameter info (within method call arguments)

Ctrl + Q

Quick documentation lookup

Alt + Insert

Generate code... (Getters, Setters, Constructors)

Ctrl + I

Implement methods

Ctrl + W

Select successively increasing code blocks

Ctrl + Shift + W

Decrease current selection to previous state

Ctrl + D

Duplicate current line or selected block

Ctrl + Y

Delete line at caret

Shift + Enter

Start new line

Ctrl + Shift + U

Toggle case for word at caret or selected block

Ctrl + Shift + ] / [

Select till code block end/start

Ctrl + Delete

Delete to word end

Ctrl + Backspace

Delete to word start

Ctrl + Shift + V

Paste from history

Debugging

F8

Step over

F7

Step into

Shift + F8

Step out

Alt + F8

Evaluate expression

Phpstorm Cheat Sheet Free

F9

Resume program

Ctrl + F8

Toggle breakpoint

Ctrl+Shift+F8

View breakpoints

Search/Replace

Ctrl + F/R

Find/Replace

F3/Shift + F3

Find next/previous

Ctrl + Shift + F/R

Find/Replace in path

Usage Search

Alt + F7 / Ctrl + F7

Find usages / Find usages in file

Ctrl + Shift + F7

Phpstorm Cheat Sheet Mac

Highlight usages in file

Ctrl + Alt + F7

Show usages

Navigation

Ctrl + N

Go to class

Ctrl + Shift + N

Go to file

Ctrl + G

Go to line

Phpstorm cheat sheet free

Alt + Right/Left

Go to next/previous editor tab

Ctrl + E

Recent files popup

Ctrl + Shift + Backspace

Navigate to last edit location

Ctrl + B or Ctrl + Click

Go to declaration

Ctrl + Alt + B

Go to implementation(s)

Ctrl + Shift + I

Open quick definition lookup

Ctrl + U

Go to super-method/super-class

Alt + Up/Down

Go to previous/next method

Ctrl + ] / [

Move to code block end/start

F2 / Shift + F2

Next/previous highlighted error

F4 / Ctrl + Enter

Edit source / View source

Refactoring

Fantasy Football Cheat Sheet

F5/F6

Copy/Move

Shift + F6

Rename

VCS/Local History

Ctrl + K

Commit project to VCS

Ctrl + T

Update project from VCS

General

Double Shift

Search everywhere

Cheat Sheet Terraria

Ctrl + Tab

Switch between tabs and tool window

Database (Datagrip)

Ctrl + Enter

Execute Query / Submit changes

F4 (on a foreign key)

Open foreign table

Ctrl + B

Go to declaration / Show source

Ctrl + Shift + A

Transpose - Flip orientation of columns and rows

Ctrl + Y

Delete selected row(s)

Alt + Insert

Add new row

Phpstorm Cheat Sheet 2020

Ctrl + D

Duplicate selected row(s)

Alt + Insert

Expand Column list (with cursor on *)

Shift + F6

Rename symbol on query

Ctrl + Shift + Alt + N

Phpstorm Cheat Sheet Pdf

Search symbol everywhere