PHPStorm Default Keymap (Windows)

Tastenbelegung für PHPStorm auf Windows

Tastenbelegung für PHPStorm auf Windows


Kartei Details

Karten 112
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 10.10.2014 / 12.04.2016
Weblink
https://card2brain.ch/box/phpstorm_default_keymap_windows
Einbinden
<iframe src="https://card2brain.ch/box/phpstorm_default_keymap_windows/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
Complete statement

Ctrl + Shift + Enter

Parameter info (within method call arguments)

Ctrl + P

Quick documentation lookup

Ctrl + Q

Brief Info

Ctrl + mouse over code

Show descriptions of error or warning at caret

Ctrl + F1

Generate code … (Getters, Setters, Constructors)

Alt + Insert

Override methods

Ctrl + O

Implement methods

Ctrl + I

Surround with … (if …else, try…catch, for, etc.)

Ctrl + Alt + T

Comment/uncomment with line comment

Ctrl + /

Comment/uncomment with block comment

Ctrl + shift + /

Select successively increasing code blocks

Ctrl + W

Decrease current selection to previous state

Ctrl + shift + W

Context info

Alt + Q

Show intention actions and quick-fixes

Alt + Enter

Reformat code

Ctrl + Alt + L

Auto-indent line(s)

Ctrl + Alt + I

Indent/unindent selected lines

Tab / Shift + Tab

Cut current line or selected block to clipboard

Ctrl + X or Shift + Delete

Copy current line or selected block to clipboard

Ctrl + C or Ctrl + Insert

Paste from clipboard

Ctrl + V OR Shift + Insert

Paste from recent buffers…

Ctrl + Shift + V

Duplicate current line or selected block

Ctrl + D

Delete line at caret

Ctrl + Y

Join lines

Ctrl + Shift + J

Split line

Ctrl + Enter

Start new line

Shift + Enter

Toggle case for word at caret or selected block

Ctrl + Shift + U

Select till code block end/start

Ctrl + Shift + ]/[

Delete to word end

Ctrl + Delete

Delete to word start

Ctrl + Backspace

Expand/collapse code block

Ctrl + NumPad +/-

Expand all

Ctrl + Shift + NumPad+

Collapse all

Ctrl + Shift + NumPad-

Close active editor tab

Ctrl + F4

Find

Ctrl + F

Find next

F3

Find previous

Shift + F3

Replace

Ctrl + R

Find in path

Ctrl + Shift + F