WebStorm offers multiple ways to go back to the previous step: Keyboard shortcuts: Windows/Linux: Ctrl Z, Mac: Cmd Z Toolbar buttons: Click the Previous button next to the Back button Version Control Window: Select Revert to this version or Undo Merge from history Navigation bar: Click the Back arrow to the left of the current file name Shortcut keys: Ctrl Shift Z (forward), Ctrl Y (repeat)
How WebStorm returns to the previous step
WebStorm provides multiple methods to return to the previous step.
Keyboard Shortcuts
The most common method is to use the keyboard shortcuts:
Ctrl
Z
Cmd
Z
Toolbar Button
There is also a "Previous" button on the toolbar, which is located next to the "Back" button. Click this button to return to the previous step.
Version Control Window
If you are using version control, you can return to the previous step from the version control window:
View
> Tool Windows
> Version Control
). Navigation bar
In the navigation bar, you can click the Back arrow to the left of the current file name to return to the previous step.
Tips
Ctrl
Shift
Z
You can take a step forward. Ctrl
Y
You can repeat the previous step. The above is the detailed content of How to return to the previous step in webstorm. For more information, please follow other related articles on the PHP Chinese website!