15 VSCode Keyboard Shortcuts to Speed Up Your Code

preview_player
Показать описание
VSCode is a powerful tool made more powerful and quick by a few key keyboard shortcuts. Here are 15 keyboard shortcuts I use every day to be more productive while coding.

🔗 Key Links 🔗

## Sidebar
- ⌘B (toggle sidebar)
- ⌘⇧E (open file explorer in the sidebar)
- ⌘⇧F (open search panel in the sidebar)
- ⌘⇧X (open extensions panel in the sidebar)

## Tabs/Files
- ⌘P (open file)
- ⌃⌘→ or ⌃⌘← (split/collapse tab to the right or left)
- ⌥⌘← or ⌥⌘→ (rotate through tabs in a panel)
- ⌘w (close current tab)

## Multi selects
- ⌘d (select next instance in file)
- ⌘⇧l (select all instances in file)
- ⌥⌘↑ or ⌥⌘↓ (add cursor up/down)
- ⌥ and Click (add/remove cursor)

## Symbols/Function Definitions
- ⌘ (hover to peek definition; click to go to definition)
- F2 (rename selected symbol)

## Command Palette shortcut
- ⌘⇧P (open command palette)

---------------------------------------

🔗 Additional Links 🔗

---------------------------------------

📹 Related Videos 📹

---------------------------------------

🌐 Connect With Me 🌐
Рекомендации по теме
Комментарии
Автор

You actually share a ton of awesome facts. Thanks you for that 💖

youssefwaleed
Автор

Bro your channel is underrated. Appreciate your work. Thumbs up

artjommaier
Автор

Hey Chris, nice website. Btw, I love your content. Love.

snsa_kscc
Автор

Thanks for sharing chris. I like the Rename Symbol shortcut. Will you make a video on your vscode settings?

neontuts
Автор

What name theme do u use? Thank you for the great content <3

anhdevga
Автор

Hello Chris, thanks for sharing this. Could you please tell me the font you’re using?

olurantiotuyinka
Автор

Please teach how to make news like site where you have to publish articles.

DTUSEM
Автор

Great video. But you don't need to select anything between F2 to rename, as long as your cursor is already on it

yadusolparterre
Автор

How do you create a new file inside a directory without clicking on the mouse?

abe
Автор

2:24 select same instances: ctrl + d & ctrl + shift + l

2:49 multiple cursors: ctrl + alt + up/down arrows

5:45 wrap contents: f1 > wrap > emmet: wrap with abbreviation

devviz