c# visual studio shortcuts code example

Example 1: 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 2: property shortcut visual studio

public TYPE Type { get; set; }

Tags:

Misc Example