In VS Code, is there a quick way to change the indent of a block of selected lines like in Visual Studio? I can't find a suitable option under the Edit menu.
Asked
Active
Viewed 1.3k times
1 Answers
3
Using Notepad++, you can select the lines you want then press Tab to indent and Shift Tab to unindent.
Vlam
- 1,464
- 1
- 6
- 15
-
Do you mean using Notepad++ as an editor plugin in VS Code? – Old Geezer May 15 '18 at 04:27
-
1https://stackoverflow.com/questions/40492960/how-to-indent-format-a-selection-of-code-in-vscode-with-ctrlshiftf I think that should be what you want. – Vlam May 15 '18 at 05:48