Home  >  Article  >  Development Tools  >  What key is used to back (undo) in vscode?

What key is used to back (undo) in vscode?

尚
Original
2020-03-28 11:41:0312081browse

What key is used to back (undo) in vscode?

Undo the previous operation: Ctrl Z, restore the previous operation: Ctrl Shift Z.

Some common shortcut keys:

ctrl b Switch sidebar

ctrl \ Split editor

ctrl Mouse wheel Scale the editor font

alt shift f Organize code format

alt z Switch automatic line wrapping

ctrl · Open terminal debugging

ctrl shift n Create a new window

ctrl p Search within a file (focus on a certain file)

ctrl shif f Search in the entire editor (focus on the resource manager)

Click the file preview (then Click something else to replace it with something else)

Double-click the file to edit the file (fixed in the workspace)

Recommended learning: vscode tutorial

The above is the detailed content of What key is used to back (undo) in vscode?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn