silver-mx
8/23/2018 - 9:52 PM

Visual Studio Shortcuts

Visual Studio Shortcuts

# Delete line
Ctrl + Shift + L

# Add class
Shit + Alt + C

# Add constructor and other refactoring options (equals, hashCode)
Ctrl + .

# Comment out the selected lines
Ctrl + E, C

# Format the document
Ctrl + E, D