My Favourite VSCode Shortcuts and Tricks

Sdílet
Vložit
  • čas přidán 7. 09. 2023
  • 💖 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
  • Věda a technologie

Komentáře • 62

  • @TechBuddy_
    @TechBuddy_ Před 8 měsíci +9

    Moral of the video: "Aliens are real" 😂

  • @zeeksthegoblin7564
    @zeeksthegoblin7564 Před 8 měsíci +15

    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 Před 8 měsíci +20

    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 Před 8 měsíci

    Very informative, straight to the point. The flow is so good! Thanks for the tips

  • @FCBarcelonaXMI
    @FCBarcelonaXMI Před 8 měsíci

    the shift + arrow keys to select and replace text is super useful, thanks!

  • @sujaykumar9780
    @sujaykumar9780 Před 8 měsíci +1

    Just love your videos ❤

  • @samobludni
    @samobludni Před 8 měsíci +1

    Dude, thank you for everhing you do

  • @WebBestMaster
    @WebBestMaster Před 8 měsíci

    thsnk for F2 :) really usefull in OfficeScript :)

  • @peternicholson26
    @peternicholson26 Před 8 měsíci

    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

  • @vinayakabhat430
    @vinayakabhat430 Před 8 měsíci +1

    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+

  • @iamtowbee
    @iamtowbee Před 8 měsíci

    Great video. Definitely picked up a few Code tricks. How did you get the live desktop background?

  • @pensums
    @pensums Před 7 měsíci

    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.

  • @dev_franqqi
    @dev_franqqi Před 8 měsíci +1

    Another educating video

  • @xbeast7585
    @xbeast7585 Před 8 měsíci +1

    Thanks Man

  • @antonpetrov145
    @antonpetrov145 Před 8 měsíci

    code . -r opens the project in the current window, without opening a new one, great video man

  • @freeinformation7877
    @freeinformation7877 Před 8 měsíci +1

    I love you dude, keep going….❤

  • @rafiullahkhan803
    @rafiullahkhan803 Před 8 měsíci

    Thank You Sir
    Really Amazing
    There is No Video Like this on the whole planet
    Trust me..

  • @MohammadrezaEmamyari
    @MohammadrezaEmamyari Před 8 měsíci

    pretty nice, thank you

  • @ayaanshaikh6374
    @ayaanshaikh6374 Před 8 měsíci +1

    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 😉)

  • @hoosierwoodworks
    @hoosierwoodworks Před 8 měsíci

    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!

  • @jaybaheliya705
    @jaybaheliya705 Před 8 měsíci

    i want that, desktop wallpaper, really it looks sooooo cooooool

  • @juanmacias5922
    @juanmacias5922 Před 8 měsíci +1

    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!

  • @imadev2897
    @imadev2897 Před 8 měsíci +1

    Ctrl + ñ also for terminal
    Ctrl + shift + g for source control

  • @SandeepSaini-tr9sv
    @SandeepSaini-tr9sv Před 8 měsíci +1

    which vs code theme he is using in this video ???

  • @Anonymous34958
    @Anonymous34958 Před 7 měsíci +1

    Can you tell me what theme are you using?

  • @7sh4d0w
    @7sh4d0w Před 8 měsíci +1

    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 .

  • @ranagxo
    @ranagxo Před 8 měsíci

    Thanks

  • @ofcljaved
    @ofcljaved Před 8 měsíci

    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

  • @debeeshreeswain9097
    @debeeshreeswain9097 Před 2 měsíci

    Hello sir, what do I do if nodejs is not running in my vscode termina

  • @developedbyed
    @developedbyed  Před 8 měsíci +4

    What's your favorite shortcut? Mine is CTRL + F4 🥹

    • @KeelanJon
      @KeelanJon Před 8 měsíci

      Alt + F4 is pretty good 😉

    • @developedbyed
      @developedbyed  Před 8 měsíci +1

      These shortcuts make my brain fuzzy 😂

    • @bonganimasango2584
      @bonganimasango2584 Před 8 měsíci

      What theme are you using for your desktop sir? your background wallpaper is too dope? please let me know@@developedbyed

    • @bonganimasango2584
      @bonganimasango2584 Před 8 měsíci

      Hi, I am well man, and yourself? I meant his desktop wallpaper, He shows it at the start and towards the end
      @@davoodaslani3882

  • @Wilfer_Suarez
    @Wilfer_Suarez Před 4 měsíci

    nice

  • @ashutosh_tiwari
    @ashutosh_tiwari Před 8 měsíci +1

    Create a Tutorial on Bun 1.0 Please!!

  • @feelsthevibes1662
    @feelsthevibes1662 Před 8 měsíci +1

    theme ?

  • @Dalbunsen
    @Dalbunsen Před 8 měsíci

    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

  • @RED_EYES11
    @RED_EYES11 Před 8 měsíci

    what terminal in vscode are you using?

    • @TechBuddy_
      @TechBuddy_ Před 8 měsíci

      Git bash ( most probably )

  • @oussamabenchkroune3151

    ctrl + t to search for functions by name in your entire codebase

  • @ducksoupface
    @ducksoupface Před 8 měsíci +1

    Ctrl + g to jump to line number on editor

  • @maso4u
    @maso4u Před 8 měsíci

    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 ? :)

  • @badcatdesign
    @badcatdesign Před 8 měsíci +1

    < b > The captions < / b > 😬

  • @dancehalllyrics1303
    @dancehalllyrics1303 Před 8 měsíci

    Hit CTRL+SHIFT+L to select all instances of a current word or snippet within the file.

  • @akarshanmishra2351
    @akarshanmishra2351 Před 8 měsíci +7

    Bro is the CEO of facial expressions

    • @developedbyed
      @developedbyed  Před 8 měsíci +2

      Should’ve edited keyboard buttons in my mouth sigh

  • @user-pd2ic5pd3z
    @user-pd2ic5pd3z Před 8 měsíci

    Why not use vim?

  • @jafetguzman5012
    @jafetguzman5012 Před 8 měsíci

    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.

  • @VolodymyrInTech
    @VolodymyrInTech Před 8 měsíci

    Great 💙💛💙💛💙👍

  • @peterbutao8933
    @peterbutao8933 Před 8 měsíci

    😅 aliens are real, !!! wow ... I swear, sometimes I watch your videos for the jokes,

  • @Stoney_Eagle
    @Stoney_Eagle Před 8 měsíci

    The captions are not HTML sir, you may wanna edit them to remove all the B tags. 😂

  • @darshb8031
    @darshb8031 Před 8 měsíci

    3:00

  • @emzy1676
    @emzy1676 Před 8 měsíci

    I just use vim motions

  • @itsfoss5268
    @itsfoss5268 Před 8 měsíci

    You forgot :q!

  • @nox-1
    @nox-1 Před 8 měsíci

    Theme ?

  • @kopiking352
    @kopiking352 Před 8 měsíci

    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 Před 7 měsíci

    Ctrl + S to same