Home > Article > Development Tools > How to undo an operation in webstorm
There are two ways to undo an action in WebStorm: shortcut key (Windows/Linux: Ctrl Z, macOS: Command Z) or via the menu bar (click Edit -> Undo). To undo multiple operations, you can use the shortcut keys (Windows/Linux: Ctrl Shift Z, macOS: Command Shift Z) or the menu bar (Edit -> Undo (Number)). It should be noted that the undo operation only applies to the most recent operation, and some operations (such as saving files) cannot be undone. After performing the new operation, the previous undo operation will be invalid.
How to undo operations in WebStorm
It is very simple to undo operations in WebStorm, there are two methods:
Method 1: Use shortcut keys
Method 2: Using the menu bar
Undo multiple operations
If you need to undo multiple operations, you can use the following shortcut keys or menu options:
Notes
The above is the detailed content of How to undo an operation in webstorm. For more information, please follow other related articles on the PHP Chinese website!