Answers for "format document visual studio"

6

multiple word select in vs code

//Selects the word at the cursor, or the next occurrence of the current selection.
Ctrl+D 

//To add cursors to all the occurrences of a highlighted word 
Ctrl+Shift+L 
//Then select all occurrences of that word
Posted by: Guest on August-31-2020
2

shortcode to format code in Visul studio

In Visual Studio, the shortcut for Code Formatting is Ctrl+k Ctrl+D
Posted by: Guest on June-23-2020
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