10 Best VSCode Keyboard Shortcuts

preview_player
Показать описание


🌎 Find Me Here:

#Shorts
Рекомендации по теме
Комментарии
Автор

Ctrl + Shift + O: search for variables, functions, classes etc. in the current file
Ctrl + T: the same but for your entire workspace
Ctrl + ß / ` (german keyboard, it's the two keys left of backspace): change indentation of current line or selection to the left or right

FunctionGermany
Автор

F2 renames a variable or an HTML tag, which is super userful.

BenjaminAster
Автор

ctrl+shift+E is exactly what I was looking for to reduce mouse bouncing. thank you! subbed!

doleo_metal
Автор

This should be taught in every programming course, wow.

RyanScarbrough
Автор

20mins worth of content (for other youtubers) compressed to one video. Way to be efficient WDS! Thank you!

mattoattacko
Автор

This was the fastest quick tip video I've ever watched :), well done

salehmarji
Автор

Realistically im gonna remember about 3 of these

AFTstorm
Автор

Alt + Arrow Left: goes to the previously clicked line of code
Alt + Arrow Right: goes back before the Arrow Left

daviyamashita
Автор

Also don’t forget CTRL + G so you can go anywhere on the line of your code

unknownfox
Автор

Additional tips: while ctrl+D is used to select the next highlighted word, you can use ctrl + K to skip the current instance of the highlighted word

MuhammadYusuf-trxe
Автор

I feel proud of myself for knowing all of those

MrSsnowBalls
Автор

Great Video, Kyle! Thanks so much for continually sharing your skills and teaching! Proof of the phrase "You can always learn something new!". Cheers!

mannymorales
Автор

Love your short videos! Great content, thank you 🤟

Pouckimon
Автор

Yup, knowing your preferred editor is a major contribution to productivity.

Hertog_von_Berkshire
Автор

wow..what a short and sweet video..every second pays off..

madanrijal
Автор

I write React in VS Code all the time and I still find something I didn’t know in each of these videos. Thanks man

EliKennedy
Автор

Thank you! Been looking for something like this.

seniorreact
Автор

For users in a Mac/OSX environment, many of these are accessible using 'command' key in place of 'control' key

markslima
Автор

Use an extension: Multi cursor select
This will helps you to modify multiple words using ctrl + D but this time it will works for same words with different case

xtraszone
Автор

Some more useful ones I use pretty often:

ctrl + shift + L - Select all occurrences of the selected text in the same file

ctrl + ' - toggles the integrated terminal

ctrl + B - toggles the side panel (explorer view)

(while in find with ctrl + F)
Enter - to next occurence
Shift + Enter - previous occurrence

mouse wheel down + move mouse up/down - creates multiple selectors that try to be on the same level for each line they go through

alt + scroll - scrolls 10x faster

adamandom