Answers for "indent visual studio"

1

indent visual studio

Indenting Shortcut

To format a selection: Ctrl+K, Ctrl+F
To format a document: Ctrl+K, Ctrl+D

On macOS, use the CMD ⌘ key instead of Ctrl:
To format a selection: CMD ⌘+K, CMD ⌘+F
To format a document: CMD ⌘+K, CMD ⌘+D
Posted by: Guest on July-01-2021
0

fix indentation visual studio

Select the text you want to automatically indent.
Click Format Selection in Edit, Advanced, or press CTRL+K, CTRL+F. 
Format Selection applies the smart indenting rules for the language 
in which you are programming to the selected text.
Posted by: Guest on May-16-2020

Browse Popular Code Answers by Language