This content originally appeared on DEV Community and was authored by Margarita Potylitsyna
Visual Studio
Cmd + B β left panel
Cmd + J β toggle terminal panel
Cmd + K β clear terminal
Ctrl + C β interrupt the command
Cmd + Shift + P β command palette
Cmd + P β quick open file
Cmd + β β jump to the beginning of the line (Ctrl + A)
Ctrl + E β jump to the end of the line
Cmd + / β toggle code comment
Cmd + F β find and replace
Cmd + Shift + F β find and replace global
Cmd + D β find the next selection
Cmd + U β step back
Option + β β move line
Shift + Option + β β duplicate line
Shift + Tab β add/remove tab spaces for multiple lines
Option + Click β add more cursors
Ctrl + Shift + ` β embedded Ruby (ERB) Tag Toggle
Mac OS
Cmd + Space β to launch apps (Spotlight)
Cmd + Tab β to switch between apps
Option + Cmd + β β to switch between tabs within the same window
Cmd + 1 (2, 3, 4, β¦) β to jump straight to a tab number
Cmd + Shift + 3 (or 4) β to take a screenshot
Ctrl + Option + Cmd + β β maximize window
Ctrl + Option + β β left half
Ctrl + Option + β β right half
Ctrl + scroll up and down (two-fingers on the trackpad) β to zoom the screen
Hard refresh for Chrome
F12, Option + Cmd + J (Mac), Ctrl + Shift + J (Win)
or right click on the refresh button and select βEmpty cash and hard reloadβ
This content originally appeared on DEV Community and was authored by Margarita Potylitsyna