My Favourite VSCode Shortcuts and Tricks

  Рет қаралды 26,723

developedbyed

developedbyed

8 ай бұрын

💖 Show your support by checking out my courses!
developedbyed.com
-------------------------------------------------------------------------------------------------
I am not too crazy about shortcuts, but I do really like to navigate through my code using mostly the keyboard. Here is a list of my most essential vs code shortcuts for everyone that is lazy to remember a huge list of them 👍
-------------------------------------------------------------------------------------------------
👨‍💻Connect with me
Twitter: / developedbyed
Instagram: / developedbyed
Github: github.com/developedbyed/
-------------------------------------------------------------------------------------------------
🎶 Dope music
C Y G N - Bikini Palm-trees chll.to/d0798a7f
C Y G N - Emotions chll.to/bfeb2b66
C Y G N - Let it go chll.to/41ba6c49
#programming #javascript #typescript

Пікірлер: 62
@TechBuddy_
@TechBuddy_ 8 ай бұрын
Moral of the video: "Aliens are real" 😂
@zeeksthegoblin7564
@zeeksthegoblin7564 8 ай бұрын
Some useful shortcuts, thanks! here are some I use. Ctrl + L selects the entire line Ctrl + Enter Creates a new line below the current line and places the cursor there. Ctrl + Shift + Enter Creates a new line above the current line and places the cursor there. Ctrl + D will select a word/variable etc. and pressing it again will select the next occurrence and place a multi-cursor for multi edit.
@SiLeNzSky
@SiLeNzSky 8 ай бұрын
the "-r" flag for "code ." will open the current folder in the current window instead of opening a second vscode window like "code . -r"
@a0dnk1
@a0dnk1 8 ай бұрын
Very informative, straight to the point. The flow is so good! Thanks for the tips
@FCBarcelonaXMI
@FCBarcelonaXMI 8 ай бұрын
the shift + arrow keys to select and replace text is super useful, thanks!
@vinayakabhat430
@vinayakabhat430 8 ай бұрын
My fav shortcut ctrl+shift+c to open terminal outside vscode! U can run local host there! If your machine is shitty and your file is too big! Sometimes vscode crashes/git crashes you can close vscode without stopping terminal Another Is alt+
@pensums
@pensums 7 ай бұрын
In VSC, `CTRL + G` and then enter the line number you want to jump to. It is very useful when errors point to a specific line in a big file.
@sujaykumar9780
@sujaykumar9780 8 ай бұрын
Just love your videos ❤
@samobludni
@samobludni 8 ай бұрын
Dude, thank you for everhing you do
@WebBestMaster
@WebBestMaster 8 ай бұрын
thsnk for F2 :) really usefull in OfficeScript :)
@iamtowbee
@iamtowbee 8 ай бұрын
Great video. Definitely picked up a few Code tricks. How did you get the live desktop background?
@peternicholson26
@peternicholson26 8 ай бұрын
Actually a couple of pretty standard ones to use that I didn't know on that list. Hopefully make my coding a bit quicker ;) Legend mate
@rafiullahkhan803
@rafiullahkhan803 8 ай бұрын
Thank You Sir Really Amazing There is No Video Like this on the whole planet Trust me..
@ayaanshaikh6374
@ayaanshaikh6374 8 ай бұрын
Sir you forgot to mention the most important shortcut of all time (Ctrl/Command+Shift+P) Opens the command palette, where you can search for any command... (And their shortcut 😉)
@imadev2897
@imadev2897 8 ай бұрын
Ctrl + ñ also for terminal Ctrl + shift + g for source control
@dev_franqqi
@dev_franqqi 8 ай бұрын
Another educating video
@MohammadrezaEmamyari
@MohammadrezaEmamyari 8 ай бұрын
pretty nice, thank you
@hoosierwoodworks
@hoosierwoodworks 8 ай бұрын
I'm trying to learn to use VS Code. Is there a way to setup a preview browser like the one in Komodo? Love the videos so far!
@xbeast7585
@xbeast7585 8 ай бұрын
Thanks Man
@jaybaheliya705
@jaybaheliya705 8 ай бұрын
i want that, desktop wallpaper, really it looks sooooo cooooool
@Anonymous34958
@Anonymous34958 7 ай бұрын
Can you tell me what theme are you using?
@freeinformation7877
@freeinformation7877 8 ай бұрын
I love you dude, keep going….❤
@juanmacias5922
@juanmacias5922 8 ай бұрын
I gotta say my favs are ctrl + ` to toggle the terminal, ctrl + b to toggle the file tree, crtl + shift + P for the command pallete, and crtl + p to search a file, but I use Vim keybindings to actually move around the file! You should try Vim keybindings!
@sushantrajbanshi4508
@sushantrajbanshi4508 8 ай бұрын
*VSCodeVim* is the way 🙏
@antonpetrov145
@antonpetrov145 8 ай бұрын
code . -r opens the project in the current window, without opening a new one, great video man
@SandeepSaini-tr9sv
@SandeepSaini-tr9sv 8 ай бұрын
which vs code theme he is using in this video ???
@akarshanmishra2351
@akarshanmishra2351 8 ай бұрын
Bro is the CEO of facial expressions
@developedbyed
@developedbyed 8 ай бұрын
Should’ve edited keyboard buttons in my mouth sigh
@debeeshreeswain9097
@debeeshreeswain9097 2 ай бұрын
Hello sir, what do I do if nodejs is not running in my vscode termina
@ranagxo
@ranagxo 8 ай бұрын
Thanks
@ofcljaved
@ofcljaved 8 ай бұрын
1:50 I don't know why but Alt + arrow keys won't work in my vscode on windows, So i use Ctrl+Tab or Ctrl+ pageup/pageDown. And you can also close files just like you close tabs in chrome by using ctrl+ F4
@7sh4d0w
@7sh4d0w 8 ай бұрын
This is not a shortcut but a tip. You ca use the minimap to navigate and find errors by simply making it large disable rendering characters(utilizes less resources) and auto hide. Now whenever there is an error in the code but it's either way above or down in the code you can just drag the minimap and navigate and find errors .
@feelsthevibes1662
@feelsthevibes1662 8 ай бұрын
theme ?
@developedbyed
@developedbyed 8 ай бұрын
What's your favorite shortcut? Mine is CTRL + F4 🥹
@KeelanJon
@KeelanJon 8 ай бұрын
Alt + F4 is pretty good 😉
@developedbyed
@developedbyed 8 ай бұрын
These shortcuts make my brain fuzzy 😂
@bonganimasango2584
@bonganimasango2584 8 ай бұрын
What theme are you using for your desktop sir? your background wallpaper is too dope? please let me know@@developedbyed
@bonganimasango2584
@bonganimasango2584 8 ай бұрын
Hi, I am well man, and yourself? I meant his desktop wallpaper, He shows it at the start and towards the end @@davoodaslani3882
@ashutosh_tiwari
@ashutosh_tiwari 8 ай бұрын
Create a Tutorial on Bun 1.0 Please!!
@Dalbunsen
@Dalbunsen 8 ай бұрын
Ctrl + D to select the next occurrence of the selection Ctrl + shift + L to select all occurrences of the selection Ctrl + shift + P to open command palettr
@oussamabenchkroune3151
@oussamabenchkroune3151 16 күн бұрын
ctrl + t to search for functions by name in your entire codebase
@RED_EYES11
@RED_EYES11 8 ай бұрын
what terminal in vscode are you using?
@TechBuddy_
@TechBuddy_ 8 ай бұрын
Git bash ( most probably )
@Wilfer_Suarez
@Wilfer_Suarez 4 ай бұрын
nice
@ducksoupface
@ducksoupface 8 ай бұрын
Ctrl + g to jump to line number on editor
@dancehalllyrics1303
@dancehalllyrics1303 8 ай бұрын
Hit CTRL+SHIFT+L to select all instances of a current word or snippet within the file.
@maso4u
@maso4u 8 ай бұрын
i constatly have to delete and install "code ." on my macbook cos it doesn't always work on it... does anyone have a solve for me ? :)
@jafetguzman5012
@jafetguzman5012 8 ай бұрын
How interested are you about Vim motions? I see sooo much Vim motions energy from this video. I would start by learning about text objects. They are magical.
@badcatdesign
@badcatdesign 8 ай бұрын
< b > The captions < / b > 😬
@peterbutao8933
@peterbutao8933 8 ай бұрын
😅 aliens are real, !!! wow ... I swear, sometimes I watch your videos for the jokes,
@user-pd2ic5pd3z
@user-pd2ic5pd3z 8 ай бұрын
Why not use vim?
@Stoney_Eagle
@Stoney_Eagle 8 ай бұрын
The captions are not HTML sir, you may wanna edit them to remove all the B tags. 😂
@VolodymyrInTech
@VolodymyrInTech 8 ай бұрын
Great 💙💛💙💛💙👍
@darshb8031
@darshb8031 7 ай бұрын
3:00
@emzy1676
@emzy1676 8 ай бұрын
I just use vim motions
@nox-1
@nox-1 8 ай бұрын
Theme ?
@zerosandones7547
@zerosandones7547 8 ай бұрын
I think catppuccin.
@alunelu111
@alunelu111 8 ай бұрын
It's Material Theme Ocean
@itsfoss5268
@itsfoss5268 8 ай бұрын
You forgot :q!
@kopiking352
@kopiking352 8 ай бұрын
my fav turns out to be this : { "command": "workbench.action.toggleSidebarVisibility", "key": "shift shift" }, { "command": "workbench.action.quickOpen", "key": "ctrl ctrl" }, { "command": "workbench.action.showCommands", "key": "alt alt" }
@user-iqplayer
@user-iqplayer 7 ай бұрын
Ctrl + S to same
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 889 М.
30 VSCode Keyboard Shortcuts You NEED to Know
17:15
ArjanCodes
Рет қаралды 59 М.
[Vowel]물고기는 물에서 살아야 해🐟🤣Fish have to live in the water #funny
00:53
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 118 #shorts
00:30
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 7 МЛН
Giving 1000 Phones Away
00:18
MrBeast
Рет қаралды 19 МЛН
A beginners guide to Typescript | Why use it?
10:39
developedbyed
Рет қаралды 18 М.
Become a VSCode Pro: Essential Features and Shortcuts
25:37
Tech With Tim
Рет қаралды 38 М.
VS Code shortcuts & tips to help you work faster
7:46
Kevin Powell
Рет қаралды 64 М.
Don't Use a Mouse Anymore! VSCode Shortcuts Tips and Tricks
17:24
Code faster with these VS Code shortcuts
8:44
Coder Coder
Рет қаралды 295 М.
React Hooks Crash Course (useMemo, useCallback and more).
31:49
developedbyed
Рет қаралды 79 М.
Top 20 MacBook Tips for Productivity!
8:57
Jeff Su
Рет қаралды 584 М.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 468 М.
How I Would Learn to Code (if I could start again)
8:21
John Fish
Рет қаралды 172 М.
What’s your charging level??
0:14
Татьяна Дука
Рет қаралды 7 МЛН
iPhone 15 Pro vs Samsung s24🤣 #shorts
0:10
Tech Tonics
Рет қаралды 8 МЛН
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Яблочный Маньяк
Рет қаралды 1,7 МЛН
Трагичная История Девушки 😱🔥
0:58
Смотри Под Чаёк
Рет қаралды 372 М.
How charged your battery?
0:14
V.A. show / Магика
Рет қаралды 2,1 МЛН