I want to indent a specific section of code in Visual Studio Code:
- Select the lines you want to indent, and
- use Ctrl + ] to indent them.
If you want to format a section (instead of indent it):
- Select the lines you want to format,
- use Ctrl + K, Ctrl + F to format them.