Back a code block in Visual Studio Code

Asked

Viewed 10,403 times

3

What is the hotkey used to indent an entire block of code in Visual Studio Code, to indent?

2 answers

10


If you want an "effect" of tab inverted: Shift + tab

Take a look at the documentation of shortcuts from vscode.

5

Select the code block you want to back up and press the key Shift and the key Tab together, or to just give a space in the code select everything and press Tab

Browser other questions tagged

You are not signed in. Login or sign up in order to post.