Catalog / WebStorm IDE Shortcuts Cheatsheet
WebStorm IDE Shortcuts Cheatsheet
A handy cheat sheet covering essential WebStorm shortcuts to boost your productivity. This guide includes shortcuts for navigation, editing, refactoring, and more.
Navigation
Basic Navigation
|
Find Class |
|
Find File |
|
Find Symbol |
|
Search Everywhere |
|
Find in Path |
|
Go to Declaration |
|
Go to Implementation(s) |
|
Go to Super-method/Super-class |
Recent Locations
|
Recent Files |
|
Recent Locations |
|
Navigate Back/Forward |
Editing
Basic Editing
|
Basic Code Completion |
|
Smart Code Completion |
|
Class Name Completion |
|
Complete Statement |
|
Line Comment |
|
Block Comment |
|
Generate Code (Getters, Setters, Constructors, etc.) |
|
Reformat Code |
Code Manipulation
|
Duplicate Line or Selection |
|
Delete Line |
|
Join Lines |
|
Move Line Up/Down |
|
Extend Selection |
|
Shrink Selection |
Refactoring
Refactoring Tools
|
Refactor This |
|
Rename |
|
Move |
|
Safe Delete |
|
Introduce Variable |
|
Introduce Constant |
|
Introduce Field |
|
Introduce Parameter |
Debugging and Testing
Debugging Shortcuts
|
Resume Program |
|
Toggle Breakpoint |
|
View Breakpoints |
|
Step Into |
|
Smart Step Into |
|
Step Over |
|
Step Out |
|
Run to Cursor |
Testing Shortcuts
|
Create Test |
|
Run Tests |