DEV Community

Rostyslav Harasymiak
Rostyslav Harasymiak

Posted on

Useful shortcuts

Ctrl + TAB ; Ctrl+Shift+TAB -> move right or left between your tabs in browser.
Alt + TAB -> move between your windows in Windows.
Ctrl + Shift + R -> hard reload in browser.
Ctrl + P -> opens quick open file feature in VSCode.
Ctrl + Shift + P -> opens the Command Palette in VSCode.
Ctrl + / -> comments or uncomments a line in code VSCode.
Alt + down -> mover current line down in VSCode.

Top comments (0)