Visual Studio Cheat Sheet


Full reference : https://code.visualstudio.com/docs/editor/codebasics
Set custom keybinds : https://code.visualstudio.com/docs/editor/codebasics


Cursor


Add a cursor on mouse

Alt + Click

Add a cursor under current cursor

Ctrl + Alt + ↓

Select the word where the cursor is

Ctrl + D


Selection


Select all occurences of the current selection

Ctrl + Shift + L

Expand current selection dynamically

Alt + Shift + →

Select a rectangle

Alt + Shift + Click-and-drag



Search in all files in Project

Ctrl + Shift + F