Shortcuts de Webstorm
Shortcuts de Webstorm
Editing
Ctrl + Space
Basic code completion
Alt + Enter
Show intention actions and quick-fixes
Ctrl + P
Parameter info (within method call arguments)
Ctrl + Q
Quick documentation lookup
Ctrl + mouse over code Brief Info
Ctrl + F1
Show descriptions of error or warning at caret
Alt + Insert
Generate code...
Ctrl + Alt + T
Surround with...(if..else, try..catch, for, etc.)
Ctrl + J
Insert Live template
Ctrl + /
Comment/uncomment with line comment
Ctrl + Shift + /
Comment/uncomment with block comment
Ctrl + W
Select successively increasing code blocks
Ctrl + Shift + W
Decrease current selection to previous state
Alt+Q
Context Info
Ctrl + Alt + L
Reformat code
Ctrl + Alt + I
Auto-indent line(s)
Tab
Indent selected lines
Shift + Tab
Unindent selected lines
Ctrl + Shift + V
Paste from recent buffers...
Ctrl + D
Duplicate current line or selected block
Ctrl + Y
Delete line at caret
Alt + Shift + Up
Move line up
Alt + Shift + Down
Move line down
Ctrl + Shift + J
Join lines
Ctrl + Enter
Split lines
Shift + Enter
Start new line
Ctrl + Shift + U
Toggle case for word at caret or selected
block
Ctrl + Shift + ]
Select till code block end
Ctrl + Shift + [
Select till code block start
Ctrl + Delete
Delete to word end
Ctrl + Backspace
Delete to word start
Ctrl + NumPad+
Expand code block
Ctrl + NumPad-
Collapse code block
Ctrl + Shift + NumPad+ Expand all
Ctrl + Shift + NumPad- Collapse all
Ctrl + F4
Close active editor tab
Running
Search/Replace
Ctrl + F Find
F3
Find next
Shift + F3
Find previous
Ctrl + Shift + F
Find in path
Ctrl + R Replace
Ctrl + Shift + R
Replace in path
Debugging
F8
F7
Shift + F7
Shift + F8
Alt + F9
Alt + F8
F9
Ctrl + F8
Ctrl + Shift + F8
Step over
Step into
Smart step into
Step out
Run to cursor
Evaluate expression
Resume program
Toggle breakpoint
View breakpoints
Navigation
Ctrl + B , Ctrl + Click
Go to declaration
Ctrl + N
Go to class
Ctrl + Shift + N
Go to file
Ctrl + Alt + Shift + N
Go to symbol
Alt + Right
Go to next editor tab
Alt + Left
Go to previous editor tab
F12
Go back to previous tool window
Esc
Go to editor (from tool window)
Ctrl + G
Go to line
Ctrl + E
Recent files popup
Ctrl + Alt + Right
Navigate forward
Ctrl + Alt + Left
Navigate back
Ctrl + Shift + Backspace Navigate to last edit location
Alt + F1
Select current file or symbol in any view
Ctrl + Alt + B
Go to implementation(s)
Ctrl + Shift + I
Open quick definition lookup
Ctrl + Shift + B
Go to type declaration
Ctrl + U
Go to super-method/super-class
Alt + Up
Go to previous method
Alt + Down
Go to next method
Ctrl + ] / [
Move to code block end/start
Cltrl + Shift + M
Move caret to matching brace
Ctrl + F12
File structure popup
Ctrl + H
Type hierarchy
Ctrl + Alt + H
Call hierarchy
F2 / Shift + F2
Next/previous highlighted error
F4 , Ctrl + Enter
Jump to source
Alt + Home
Jump to navigation bar
F11
Toggle bookmark
Ctrl + Shift + F11
Toggle bookmark with mnemonic
Ctrl + #[0-9]
Go to numbered bookmark
Shift + F11
Show bookmarks
Usage Search
Alt + F7
Ctrl + F7
Ctrl + Shift + F7
Ctrl + Alt + F7
Find usages
Find usages in file
Highlight usages in file
Show usages
Refactoring
Ctrl + Alt + Shift +T
Refactor this
F5 / F6
Copy / Move
Alt + Delete
Safe Delete
Shift + F6 Rename
Ctrl + F6
Change function signature
Ctrl + Alt + N
Inline Variable
Ctrl + Alt + M
Extract Method
Ctrl + Alt + V
Extract Variable
Ctrl + Alt + C
Extract Constant
Ctrl + Alt + P
Extract Parameter
VCS/Local History
Alt + BackQuote (`)
Ctrl + K
Ctrl + T
Alt + Shift + C
General
Double Shift
Ctrl + Shift + A
Alt + #[0-9]
Ctrl + Shift + F12
Alt + Shift + F
Alt + Shift + I
Ctrl + BackQuote (`)
Ctrl + Alt + S
Ctrl + Tab
Search everywhere
Find Action
Open corresponding tool window
Toggle maximizing editor
Add to Favorites
Inspect current file with current profile
Quick switch current scheme
Open Settings dialog
Switch between tabs and tool window
To find any action inside the IDE use Find Action (Ctrl+Shift+A)