What is the shortcut key used to indent an integer block of code in the Visual Studio Code to indent?
What is the shortcut key used to indent an integer block of code in the Visual Studio Code to indent?
If you want an "effect" of tab
inverted: Shift + tab
Take a look at the vscode shortcuts documentation.
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