visual studio format shortcut code example

Example 1: shortcode to format code in Visul studio

In Visual Studio, the shortcut for Code Formatting is Ctrl+k Ctrl+D

Example 2: visual studio use resharper shortcuts

Go to Tools -> Options -> Environment -> Keyboard -> Press the (RESET) button
Go to ReSharper – > Options -> Keyboard & Menus -> Select the “Visual Studio” scheme -> Press “Apply Scheme”
Press “Save”
Press “CTRL-T”. Here you select “Use ReSharper (Ultimate) command” and make sure to check the box “Apply to all ReSharper (Ultimate) shortcuts”.

Example 3: property shortcut visual studio

public TYPE Type { get; set; }

Tags:

Misc Example