Indent a block of code in Visual Studio Code

1

What is the shortcut key used to indent an integer block of code in the Visual Studio Code to indent?

    
asked by anonymous 22.02.2017 / 11:53

2 answers

3

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

Take a look at the vscode shortcuts documentation.

    
22.02.2017 / 12:10
2

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

    
22.02.2017 / 12:13