Don't Use the Sidebar in VS Code!!

Поделиться
HTML-код
  • Опубликовано: 26 апр 2021
  • If you want to write code faster, don't use the Sidebar in VS Code. It will slow you down! As a developer, your goal should be to keep your hands off of the mouse as much as possible. To do that, you should learn to use the built-in shortcuts in VS Code as well as a few amazing extensions. Learn how you can work with your files in VS Code without using the File Explorer or the Sidebar.
    Advanced New File Extension - marketplace.visualstudio.com/...
    File Utils Extension - marketplace.visualstudio.com/...
    FREE VS Code Cheat Sheet - learn.jamesqquick.com/vs-code...
    Learn Everything About VS Code - www.udemy.com/course/learn-vi...
    _____________________________________________
    Newsletter 🗞
    Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
    www.jamesqquick.com
    _____________________________________________
    Connect with me 😀
    Live streams on Twitch - / jamesqquick
    Follow me on Twitter - / jamesqquick
    Join the 💬 Discord Server 💬 - / discord
    _____________________________________________
    COURSES 💻
    Learn how to build Fullstack apps with React and Serverless Functions - www.jamesqquick.com/courses/r...
    Learn everything you need to know about Visual Studio Code - www.udemy.com/learn-visual-st...
    Build a Quiz App - www.udemy.com/build-a-quiz-ap...

Комментарии • 648

  • @yiqiangjizhang
    @yiqiangjizhang 3 года назад +314

    CTR + W: Close files
    CTR + P: Find files
    CTR + Tab: Switch windows
    CTR + SHIFT + P: Command Palette (for commands)

    • @sarcasticdna
      @sarcasticdna 3 года назад +16

      For commands instead press F1

    • @icarloscode7631
      @icarloscode7631 3 года назад +3

      File Utils extension.

    • @devhammed
      @devhammed 3 года назад +5

      CTRL+K CTRL+W: Close All Files

    • @rafaelsalimov934
      @rafaelsalimov934 3 года назад +13

      CTR + SHIFT + T open recently closed file

    • @squidiebah
      @squidiebah 2 года назад +2

      @@sarcasticdna Always done this

  • @johnwellbelove148
    @johnwellbelove148 2 года назад +399

    I've been a developer for over 40 years now, and I can safely say that "writing code faster" is one of the lesser useful skills to have. I actually spend most of my time 'thinking' about code, not editing code. Saving the odd few seconds when editing would make very little difference to my overall productivity.

    • @navossoc
      @navossoc 2 года назад +11

      My man!!!!!!! Kudos

    • @iamkevinpatel
      @iamkevinpatel 2 года назад +3

      That's what I was going to comment.

    • @wangcongzhou
      @wangcongzhou 2 года назад +11

      Exactly. And you are more successful as a developer when you get senior and write less code

    • @netty7263
      @netty7263 2 года назад +38

      Think the same but for me it's more about convenience. I get annoyed having to grab the mouse. I rather do everything on keyboard.

    • @Meruem-wi7yn
      @Meruem-wi7yn 2 года назад +5

      Finally some truth of out experienced person, rather than focusing on learning this short keys use what you are comfortable with and focus on what is important not this bs. no offense he is just making a content and everything maybe for some people it is useful

  • @phucnguyen0110
    @phucnguyen0110 3 года назад +31

    Short recap for those who might not want to watch the full video:
    Ctrl + P: File search
    Ctrl + Tab: Switch between opening file tabs
    Advanced New File from Extension Marketplace => Ctrl + Shift + P (or do a custom shortcut like James demonstrated)
    File Utils Extension from Extension Marketplace => Ctrl + Shift + P again
    P/S: I love the VSCode customization video you did previously James!

  • @craigluedtke3885
    @craigluedtke3885 3 года назад +2

    Been with vscode since the beginning. Somehow file utils is the extensions I didn't know I needed! Bingo bango thanks!!

  • @musababdullah1249
    @musababdullah1249 3 года назад +3

    Control + G let’s you move to a specific line in a line. I find that rlly helpful when I have test cases on specific lines in a file

  • @FilledStacks
    @FilledStacks 3 года назад

    Dooooope! I use to be super hands off mouse when I still worked in Visual Studio for C++ & C# development. I fell of the wagon, but this is great start to be mouse only again. Awesome vid!

  • @willadams6217
    @willadams6217 3 года назад +471

    Next thing you know, you'll be using Vim!

    • @kapsnotes9814
      @kapsnotes9814 3 года назад +31

      Exactly, using Vim makes editing much faster. Though I don't use vim natively, I prefer vim plugins in my Editor/IDE.

    • @grzegorzklimek6023
      @grzegorzklimek6023 3 года назад +6

      I use neovim but it take some time to configure it to have good setup, but vscode has nice vim plugin so I would sugegest to start with it for those who are thinking about using vim for keyboard driven workflow

    • @willadams6217
      @willadams6217 3 года назад +21

      @@grzegorzklimek6023 just use the vim extension in VS code then, it's a great intro to using vim.

    • @grammenoudis
      @grammenoudis 3 года назад +1

      @@grzegorzklimek6023 it took me 2 days to find all the plugins i use and configure vim, the .vimrc file is 200 lines long, oof.

    • @DeViLTh0rn
      @DeViLTh0rn 3 года назад +1

      Hey i saw you in Udemy as well... thanks for helping us heheh

  • @pedronunes8766
    @pedronunes8766 3 года назад +5

    My favorite, without a doubt, is command + / (toggle comment). Also use a lot command + B to toggle the side bar... mostly to see file paths

  • @edwinreyes3998
    @edwinreyes3998 4 месяца назад

    I subscribed a minute into this video in do part to your emphasis on improving short cuts. This is the sort of content I have been looking for. I am excited to see what the rest of your content has to offer!

    • @edwinreyes3998
      @edwinreyes3998 4 месяца назад

      watched the entire video and I am thoroughly impressed.

  • @ramon8051
    @ramon8051 2 года назад

    Great tip. I stopped using the sidebar as well and definitely improved my experience in vscode and production in general.

  • @joostschuur
    @joostschuur 3 года назад +91

    I've moved my file explorer pane to the right. It's usually hidden, but this way when I do pop it open, my main code window doesn't shift over.

    • @kapsnotes9814
      @kapsnotes9814 3 года назад

      Nice trick for someone new. But as mentioned in this video, you need to minimize use of side bar to be a good power user.Using key board is much faster then mouse. Also, when you use side bar, it should have main focus, not the editor window.
      This is just my view. Everyone must figure out, what works best for them and your idea is also great for many. May be it just won't work for me.

    • @aybak3k
      @aybak3k 3 года назад

      thx for the tip I done the same!

    • @joostschuur
      @joostschuur 3 года назад

      @@kapsnotes9814 When you move the File Explorer, you’re also moving the same place where the built in git client, the extension browser, the search results and more appear.

    • @tyafizi
      @tyafizi 2 года назад

      I don't hide it all the time to keep my code closer to the center

    • @RomanFrolow
      @RomanFrolow 2 года назад

      Yep, I do the same 🙂

  • @CarloPiana
    @CarloPiana Год назад

    Great stuff. Personally, learning, tweaking and adding shortcuts to apps is the first thing I do when I start actually using it, and sharing through my several machines.

  • @prodrigu75
    @prodrigu75 2 года назад

    I recently bought a Macbook Pro and am getting used to working a lot more with the keyboard than with the mouse. I start putting your video into practice from now on. Greetings from Santiago de Chile

  • @soromiso
    @soromiso 2 года назад

    frequently I watch your short footages which are very useful and help me a lot, thank you.

  • @kapsnotes9814
    @kapsnotes9814 3 года назад +17

    Awesome, I got couple of new things.
    However for new file/dir, rename, delete, I use/suggest CMD/CTRL + ` (open in-build terminal) followed by unix commands like touch, mkdir, mv, rm respectively. With that, I can make multiple sub-folders as well with single command. Thus, I suggest mastering unix terminal commands as well.
    I'm also huge fan of shortcuts but I try to install as little as possible extensions as too many extensions may make VS code (Or any IDE/editor) slow.

    • @vintprox
      @vintprox 2 года назад +1

      Agreeing that these extensions tend to make it more weird and less appealing - especially when you basically have to rebind shortcuts 😒
      Only if it was a matter of 1-3 seconds to move something with command line, I'd consider students to hone this skill instead of reaching to the mouse.
      But at least if they can rename by click+F2, it's the step in correct direction 👌I still can't figure what's faster than that.

    • @AmodeusR
      @AmodeusR 2 года назад

      Advanced new tabs allows you tu create as many subfolders as you want, just write the folder name followed by \ and it'll be created as a folder, not as a file.

    • @AmodeusR
      @AmodeusR 2 года назад

      @@vintprox Why rebinding a shortcut *once* in a lifetime is a hassle? That's so stupidly simple to do that I don't understand such complaint.

  • @jckss121
    @jckss121 2 года назад

    Thanks for the video, this was very beneficial to learn some shortcuts. I concur that keeping hands on the keyboard will increase productivity overall.

  • @zieuw
    @zieuw 3 года назад +21

    You can hide the activity bar completely by finding it in command palette, so you can practice using your keyboard. You will learn it fast as you are forced to use keyboard everytime you need to do something. Useful shortcuts: ctrl+shift+e for explorer, ctrl+shift+f for search, ctrl+shift+g for git, d and x for debugging and eXtensions respectively.

    • @zieuw
      @zieuw 3 года назад

      @Chirag can't imagine editing without these features :)

  • @ddarkodev2923
    @ddarkodev2923 3 года назад +1

    Thanks, James! Great stuff as usual 👍

  • @mmikael281
    @mmikael281 2 года назад +2

    I honestly don't look for ways to write code faster. More important is to write better and functional code that is easy to read. Writing speed is unimportant long-term productivity. I don't see coding as a writing job it is designed what you do. Most coders should slow down, write less, and think more. But this is only my own experience as developer last ten years. Also, we are all different, I don't use search because most of the time I don't remember file names. :)

    • @JamesQQuick
      @JamesQQuick  2 года назад +1

      Definitely all different. Thanks for chiming in!

  • @leslo360
    @leslo360 3 года назад +1

    OHH Man thank you so much, I needed all this

  • @ratatacks
    @ratatacks 3 года назад +1

    (cmd + shift + e) or (ctrl + shift + e ) opens the side bar in the file you have currently open, that helps if you want to open a file in the same root and also I find that easier for renaming files, since i don't need to install another extension. It would just make it a little bit harder for moving files

  • @HectorRodriguezTriathlete
    @HectorRodriguezTriathlete 2 года назад

    I have been a shortcut user since WordStar.. minimalistic usage of mouse. Thanks for this video

  • @aliyoussef97
    @aliyoussef97 3 года назад

    Great video which lead me to remember vim, so do you use it or think of using it and finally do u recommend using it ?

  • @Kitsune_Dev
    @Kitsune_Dev 3 года назад

    Amazing thank you for this video, I’ll use this for my workflow

  • @SajidAliSoftwareEngineer
    @SajidAliSoftwareEngineer 3 года назад

    awesome thank you for the nice tips. you miss tab navigation for mac
    one question can you show your development setup with a complete office environment

  • @zecuse
    @zecuse 2 года назад

    In addition to ctrl+W, ctrl+shift+T undoes close tabs like ctrl+Z undoes actions.
    In addition to ctrl+tab, adding shift to that reverses the selection direction if you keep pressing tab.
    Similarly, ctrl+pgup switches you to the tab to the left (pgdn goes right) cycling to the end (beginning) if it's reached and adding shift to this moves the tab you're in currently in that direction but doesn't cycle. This also cycles through split views as well but the shift modifier will not move across views, see below.
    Lastly, ctrl+alt+right arrow moves the tab to the right split view (left arrow left) or creates a new view if you're at the end. The UI gets really janky if too many are open, probably dependent on your monitor size. I can get up to 6 horizontal views before things start breaking: there's a scrollbar that's hard to access, file contents remain where they are instead of following their view when that scrollbar is used, things overlap the sidebar, etc.

  • @dhillaz
    @dhillaz 2 года назад +1

    Additional tip - if you want to switch *instantly* between open tabs (without having to see the list of files):
    Ctrl + Page Up
    Ctrl + Page Down
    Will jump back and forth between your currently open source files. Same shortcut works for most tabbed web browsers too.

  • @AlphaTacDef1
    @AlphaTacDef1 3 года назад

    This is gold. Thank you for sharing. 🙏👍

  • @Afghah
    @Afghah 3 года назад

    Awesome video James. Thanks for sharing. One thing that has caught my eyes since I've watched few of your videos is the white-balance is off and your videos are shifted toward cooler hues; is that intentional?

  • @saidkorseir192
    @saidkorseir192 3 года назад

    Hi James thanks for video. Which keyboard are you using? Which keyboards can you suggest us?

  • @donmikkodanm.olmillo8154
    @donmikkodanm.olmillo8154 3 года назад

    Hi :) Will you please do an update of your VS Code extensions / settings also your favorite code snippets and keyboard binding? I really love your channel and thank you so much!

  • @noopurp123
    @noopurp123 3 года назад +6

    File Utils MVP of this video for me :)

  • @danielurizar7629
    @danielurizar7629 2 года назад +18

    4:34 shorter way for windows: "F1" instead of "CTRL + SHIFT + P" :)

    • @rezataba6204
      @rezataba6204 2 года назад

      Worked on Linux too :) seems to be a VS-Code SC. Good tip thanks!

  • @JoeSteele
    @JoeSteele 3 года назад

    File Utils is amazing -- thanks for this!

  • @adrianosouza3774
    @adrianosouza3774 3 года назад

    Amazing and useful video. Thank's for the tips!

  • @DaveCollison
    @DaveCollison 3 года назад +2

    Great video with some very useful hints and tips. Although, from my own personal perspective, I'm like, 'What's the rush?'. I don't mind taking my time on developing. I don't think of it as something that has to be done as quickly and super-efficiently as possible. But, for those who do, this is a helpful video.

    • @JamesQQuick
      @JamesQQuick  3 года назад +2

      I think with any activity I do on a regular basis i want to continuously improve. If you’re comfortable with your existing workflow, that’s perfect!

  • @odonatojunior
    @odonatojunior 3 года назад +6

    Hey James, there are some shortcuts for the sidebar icons too.
    When I need to access the Explorer for the files I hit CTRL+SHIFT+E, same thing with Git(CTRL+SHIFT+G) and so on.

    • @joejohn.
      @joejohn. 3 года назад +3

      Same. And you can just start typing to search for the file too, no scrolling necessary. VSCode's searching is great. I can hit Ctrl Shift E, type "usprocon" to locate "UserProfileController.php" then hit F2 to rename, Del to delete, Enter to open, etc.

  • @beninip
    @beninip 3 года назад +1

    Thanks, i really appreciate this video. By the way, i wanna know what is the name of the theme are you using your vscode ?

  • @gius1337
    @gius1337 3 года назад

    Thanks for the tips! Clear video and instructions. Personally I am not a fan of a ton of plugins and custom keys shortcuts. The reason is that when you need to switch computers, or instruct someone else, it is hard.
    I use two alternatives:
    1. command+` to toggle console and touch or code (create), mv (rename), rm (del) for file CRUD
    2. command+b to toggle tree view, move with the arrows and enter to rename, space to open and command+b again
    I'm still trying to figure out to have more control navigating the tree with the keyboard, like opening to the side
    Also I'm trying the vim plugin occasionally, but I need more practise to make it work for me

    • @john-sallyshared2577
      @john-sallyshared2577 2 года назад +1

      That's always been my issue with a highly customised editor. When you use a colleague's editor or they use yours, then you are going to waste a lot of time figuring out someone else's set of 'shortcuts.'

  • @user-rb7dx8he4l
    @user-rb7dx8he4l 2 года назад

    Thank you for your tips. Can you help me to find out shortcut for `Copy file path` when you are in editor?

  • @nasifmahbub1020
    @nasifmahbub1020 3 года назад

    I am liking your videos more and more. Thanks for the useful tips. 😁

  • @aaronvasilev2371
    @aaronvasilev2371 2 года назад

    Bro, you have already speed up myself, and now I returning to this video again to speed up even more

  • @alexandervg1576
    @alexandervg1576 3 года назад +4

    Man I never realised that I need a complete VS code shortscuts guide

  • @douglasbeltowski7921
    @douglasbeltowski7921 3 года назад

    On Mac:
    CMD + Left/Right to move the cursor to beginning/end of line.
    Option + Left/Right to move the cursor to beginning/end of word boundary
    Option + Up/Down to move line(s) of code up/down
    WIth selected text: CMD + d to multi-cursor copies of the selected text (Case Insensitive)
    With a block of selected text: CMD+Shift+L to multi-cursor every line within that block

  • @user-wg3wf3bm7d
    @user-wg3wf3bm7d 2 года назад

    It has been of great use. Thank you

  • @cacanantes
    @cacanantes 3 года назад

    Great tips. Thanks for sharing.

  • @dunks184wolf
    @dunks184wolf 2 года назад +3

    (“Cmd + K”, “M”) Is a really good one for changing the file type. When I create new files, I generally do:
    1. (“Cmd + N”) New File
    2. (“Cmd + K”, “M”) Select File Type
    2.5 (I often write the code here before moving it)
    3. (“Cmd + Shift + P”, “Move”) move the file to right directory

  • @markusmitk2161
    @markusmitk2161 3 года назад

    Nice. Which theme do u use? And which Plugin for cursor blink?

  • @natc49
    @natc49 Год назад

    What do you think about vim extension for vscode ?
    I tried it (I am not a vim user so not used to it), very interesting, big potential but for some reason I can't stick with it and always disable the extension at some point. And then sometime I'm like arf I could have done that without my mouse if I used vim extension. it's kind of a dilemma for me

  • @sob3ygrime
    @sob3ygrime 3 года назад

    Thanks very helpful extensions

  • @Burdjur
    @Burdjur 3 года назад +2

    My most used command is probably alt + any numerical key (mostly 1 - 5) to switch between open tabs. tab + 1 for, well, tab 1, and tab + 2 for... you get the idea. I always use two work groups as well, so my IDE is always split. I use alt + w to swap between the two work groups as well, this paired with alt 1 - 5 makes it a breeze to navigate when you have a lot of files with dependencies that you need to keep track of.

    • @sunofabeach9424
      @sunofabeach9424 6 месяцев назад

      I also bind alt+left/right arrow to move between tabs horizontally

  • @jacobtb1
    @jacobtb1 2 года назад

    awesome workflow. thanks

  • @gnzlplcs
    @gnzlplcs 3 года назад

    Hi James. This is the first video I see from your channel. I'm impressed. So, I have a question, what extension do you use to achieve your cursor pointer looks like that, increasing and decreasing?
    Thanks in advance.

    • @caffeineod4748
      @caffeineod4748 2 года назад

      It is the feature comes with VSCode, go to vscode settings and search for cursor, you will see something called "Editor: Cursor Blinking", the one he used is "expand"

  • @minhoyi433
    @minhoyi433 3 года назад

    How do you select menu from the drop down?
    Do you move your right hand to use arrow keys?

  • @henry-js
    @henry-js 3 года назад +6

    You could do most of this simply from the command file with zsh or PowerShell

  • @user-pm4vd6ij8i
    @user-pm4vd6ij8i 2 года назад

    Cool. Thank you. Very helpful!

  • @dennisdesmornes2655
    @dennisdesmornes2655 3 года назад

    great content! caught wind of you via Traversy, happy I did

  • @albannurkollari
    @albannurkollari 3 года назад

    One of my favorite personal keybinds (assigned to Ctrl + Shift + M) is for Change Language Mode feature. When you create a new file (without the extensions you presented in the video) in VS Code via Ctrl + N, it has no extension assigned nor any IntelliSense library loaded from the start, therefore the second thing after I create a new file is changing the language mode with that keybind, e.g. to JS.

  • @hendersonfernandes7378
    @hendersonfernandes7378 2 года назад

    thanks for this video. helped a lot

  • @spoozy666
    @spoozy666 3 года назад +1

    What is the extension your use to fade in/out your typing cursor?

  • @andresgarcia2243
    @andresgarcia2243 3 года назад

    Ty very much James! Really good stuff

  • @inephekt
    @inephekt 3 года назад +1

    Ctrl + - (on Mac) to cycle through your cursor position history. It’ll even open closed files, which is nice. You can add the shift key to go forward as well.

  • @jorget9179
    @jorget9179 2 года назад

    Very useful video, thank you!

  • @tritrumkt88
    @tritrumkt88 3 года назад

    Great! Mastering keyboard shortcuts will save we a lot of time.

  • @MohsinBukhari17091991
    @MohsinBukhari17091991 2 года назад

    can just use inbuilt terminal to do file operations? however, this was needed in case people prefer extensions.

  • @nightcoder5k
    @nightcoder5k 2 года назад

    To create a new file, I normally hit ctrl-~ to open a zsh terminal, type code dir/to/new/file. It will create the folders for you then open the new file in the editor. Once you save it, it shows up in the project.

  • @rezataba6204
    @rezataba6204 2 года назад

    Great content as always!

  • @VenkateshMogili
    @VenkateshMogili 3 года назад

    Thank you James😍😍👍

  • @WinS392
    @WinS392 2 года назад

    i started doing this recently. i realized that looking for files in the sidebar was causing me constant frustration in big projects. i'm trying to make coding more "ergonomic".

  • @grigodoes
    @grigodoes 3 года назад

    Thanks for video
    One question, I figured out how to delete a file, but I don't understand how to delete a folder just as quickly

  • @azaternis
    @azaternis 2 года назад

    It helped a lot. thanks

  • @jeffbee6090
    @jeffbee6090 3 года назад

    ...great video! I would love to see a more in-depth video on OTHER things I can do to not touch the mouse~

  • @judlup
    @judlup 3 года назад +1

    CTRL + G is the solution about your title, great video :)

  • @csxinfo1
    @csxinfo1 3 года назад +1

    Ctrl + k + w closes all your files.
    Thanks for your content

  • @meh.7539
    @meh.7539 2 года назад

    Respectfully, you have a terminal window built into vscode, is it necessary that you install extensions to move, delete, and/or rename, files?

  • @MaxProgramming
    @MaxProgramming 3 года назад +8

    Most of the shortcuts resemble browser shortcuts.
    Ctrl P and Ctrl Shift P are my favourite shortcuts 😍

    • @vickylance
      @vickylance 3 года назад +7

      Well it is a browser :P

    • @MaxProgramming
      @MaxProgramming 3 года назад

      @@vickylance 😂 True

    • @JamesQQuick
      @JamesQQuick  3 года назад +1

      Hahaha nicely done!!

    • @JeesJoy
      @JeesJoy 3 года назад

      @@JamesQQuick done what?

  • @NgodingPintar
    @NgodingPintar 2 года назад

    Thanks sir.

  • @goldenekpendu
    @goldenekpendu 3 года назад +1

    Just popped in to say I love the thumbnail 😎

  • @clebsgaming92
    @clebsgaming92 2 года назад

    I feel amazing navigating the IDE with the keyboard.
    With the mouse, not so much

  • @solanx
    @solanx 3 года назад

    CMD / CTR + PP + immediate release of the keys also toggles between the last two used files.
    CMD / CTR + PP... + holding CMD / CTR key browses through recently opened files.

  • @YvesRoulin
    @YvesRoulin 3 года назад +1

    I didn't knew about the CTRL+TAB, I use CTRL+1, 2 etc... like in Chrome haha. I love that they are all aligning with standards so that each software becomes more easy to use, and you don't need to remember as many shorcuts for a specifics apps.

    • @kapsnotes9814
      @kapsnotes9814 3 года назад +1

      Also try CTRL + SHIFT + TAB, it goes in reverse direction.

    • @AacidD1
      @AacidD1 3 года назад

      CTRL+1, 2 switches between groups for me. Have you remapped them?

    • @YvesRoulin
      @YvesRoulin 3 года назад

      @@AacidD1 nope, but I'm not using groups, I don't remember if firefox has groups lol

  • @jenstornell
    @jenstornell 3 года назад

    This is quick James. 😊

  • @omarhasan7622
    @omarhasan7622 3 года назад

    nice tutorial. thanks!

  • @TheRunner94
    @TheRunner94 2 года назад

    Do you know a good way to close confirm alerts? For example, modify a file (without saving) and close the file. The confirm alert opens but you can't use keyboard shortcuts to close it.

  • @raphtlw
    @raphtlw 2 года назад

    you can also switch between tabs on mac by pressing option+command+right arrow or left arrow

  • @UCnM0iZ
    @UCnM0iZ 3 года назад

    What extension gives you that last modified by you info on line hover? Show for example at 8:17

  • @ayushchaudhary6854
    @ayushchaudhary6854 2 года назад

    Very well explained. 👏

  • @dr.mikeybee
    @dr.mikeybee 2 года назад

    Very helpful!

  • @lucasantalucia8561
    @lucasantalucia8561 3 года назад

    what's the extensions that shows who committed the line on the right of the selected line?

  • @angel-pu7su
    @angel-pu7su 2 года назад

    Nice. Thank you.

  • @LucianoDiiSouza
    @LucianoDiiSouza 3 года назад +1

    Great content!

  • @zezeandjr4110
    @zezeandjr4110 3 года назад

    JQ2, born to teach, another excellent set of tips..

  • @beerenmus2410
    @beerenmus2410 3 года назад

    Thanks, very useful 👍

  • @jmfda00
    @jmfda00 3 года назад

    Ctrl+B to toggle the side bar is also essencial for this workflow

  • @RichardMcMullen
    @RichardMcMullen 2 года назад

    What did you do to make the cursor pulse like that?

  • @sergiopalacio3722
    @sergiopalacio3722 2 года назад

    Great thank you!

  • @evertonalauk6758
    @evertonalauk6758 2 года назад

    Man, congrats for this video!!
    I need to ask.
    I saw the "withPageAuthRequired" and I need to know, how keep my user logged between the components?
    I have the auth endpoint and the jwt access as well.
    Make a video with some subject like that.
    Thanks man.
    You have a new subscriber.

    • @evertonalauk6758
      @evertonalauk6758 2 года назад

      Where is your Github public profile?

    • @JamesQQuick
      @JamesQQuick  2 года назад

      Glad to have you as a subscriber. There are also frontend hooks to access the user there ;)

  • @FishySwordfish
    @FishySwordfish 3 года назад

    May I ask what color theme is that? Looks really good

  • @LeoR94
    @LeoR94 3 года назад +1

    I was currently doing this with my terminal, it would be good to do it directly in VSCode

  • @SirBuitrago
    @SirBuitrago 2 года назад

    Great video brother!