PHP and MySQL 22: How to indent or dedent code in Visual Studio Code (VS Code) in Windows

preview_player
Показать описание
How to indent or dedent code in Visual Studio Code (VS Code) in Windows:
Using the keyboard
------------------
To indent code (increase the indentation):
1) Select the code
2) Press 'Tab' from the keyboard

To dedent code (decrease the indentation):
1) Select the code
2) Press 'Shift + Tab' from the keyboard

Using the mouse
---------------
To indent code (increase the indentation):
1) Select the code
2) Right click on the selected code
3) Choose "Command Palette"
4) Type "Indent Line" and press Enter

To dedent code (decrease the indentation):
1) Select the code
2) Right click on the selected code
3) Choose "Command Palette"
4) Type "Outdent Line" and press Enter
Рекомендации по теме
welcome to shbcf.ru