Это видео недоступно.
Сожалеем об этом.

VS Code Pro Tips and Tricks

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • I show you the VSCode shortcuts that I use on a daily basis.
    My VSCode settings and extensions: gist.github.co...
    ----
    If you like cooking, checkout my side project: www.mysaffrona...
    ----
    Join the Discord: / discord
    ----
    Patreon: / benawad
    ----
    Follow Me Online Here:
    Twitch: / benawad
    GitHub: github.com/ben...
    LinkedIn: / benawad
    Instagram: / benawad97
    Twitter: / benawad
    #benawad
    TikTok: / benawad ​

    ----
    Follow me online: voidpet.com/be...
    #benawad

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

  • @vojtechstepancik3014
    @vojtechstepancik3014 5 лет назад +19

    Since you mentioned you're a "keyboard guy", you could probably benefit from a few commands from the Vim extension you are using, if you don't know them yet:
    gcc - comment current line
    gc - comment selected lines
    gC - toggle block comment around selected text
    gd - go to definition of the symbol under cursor (keyboard alternative to Ctrl+Click)
    gh - invoke the same action as if you were to hover with your mouse over where your cursor is, super useful for quickly checking types of variables or functions

    • @bawad
      @bawad  5 лет назад +3

      I had no idea I could do this, that's amazing thank you 😍

  • @RAZR_Channel
    @RAZR_Channel 5 лет назад +3

    great tutorial.. straight to the point no BS

  • @akashrajpurohit97
    @akashrajpurohit97 5 лет назад +2

    Liked the video even before completely watching it.. cz this is something I was going to ping you today on discord but you already made this.. Awesome.. Thanks man

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

    Amazing video Ben :-) I've started to watch more of your videos. Will recommend to friends :-)

  • @codebro1785
    @codebro1785 4 года назад

    Thanks for the info, I just switched from WebStorm and find VSCode more intuitive.

  • @rishabhjain2842
    @rishabhjain2842 4 года назад +1

    For command pallet I guess the easier shortcut is to just hit 'F1' and it appears with the arrow. But anyhow, a really useful and a quick tutorial!

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

    ctrl + shift + h equivalent of ctr + f but for all the files in root. can also replace

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

    Ben ur awesome.. :) One question how to go to normal mode on save with VIM in VSCode

  • @user-bx5zi1mv5t
    @user-bx5zi1mv5t 4 года назад +1

    What allows you to move your cursor with letters after hitting esc? Is it an extension or maybe custom settings?

    • @bawad
      @bawad  4 года назад +1

      vim
      benawad.com/vim

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

    I switched from windows to linux.
    and noticed that many of the vscode shortcuts are different by default.😭
    There is also an issue exists regarding this.
    and its already closed saying OS's shortcuts will conflict with vscode shortcuts.😭😭😭

    • @abhishek.rathore
      @abhishek.rathore 3 года назад

      You can just check what the shortcuts are for you in VSCode's keybind menu.

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

      @@abhishek.rathore or you can just use vim keybinding universally lol

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

    This question is for those who have used pycharm and VS . In PyCharm I could use TAB for jumping out of the brackets which is really cool function does anyone know how can we do it in VS?

  • @anastely6144
    @anastely6144 5 лет назад +1

    Thanks ♥, I remember you mentioned some shortcut to increment some numbers in your own videos, but I can't remember this shortcut, Can you tell me what is it?
    -
    For Example :
    123 => 234

    • @bawad
      @bawad  5 лет назад +2

      hmm, I can't remember 😅

  • @oliviazhang6631
    @oliviazhang6631 5 лет назад

    Hi Ben, this video is very helpful, one thing I found it weird is my auto fix menu doesn’t have the auto-import, i only have eslint auto fix suggestions. Do you have any ideas?

    • @bawad
      @bawad  5 лет назад +1

      Reloading vscode usually fixes that for me
      Or it just can't find your file

  • @itsthomasYT
    @itsthomasYT 5 лет назад

    Sorry, if my question is a beginner question, but how do you select a block of code?

    • @DEVDerr
      @DEVDerr 5 лет назад +1

      Hold Shift and alt, and start selecting code with arrows

    • @bawad
      @bawad  5 лет назад +1

      click and drag with your mouse

    • @chemicalsreport
      @chemicalsreport 5 лет назад

      You could select everything inside the surrounding curly braces by clicking alt+d repeatedly

  • @lamsungfai
    @lamsungfai 5 лет назад

    May I have a look of your snippet javascript.json, typescript.json and typescriptreact.json?

    • @lamsungfai
      @lamsungfai 5 лет назад

      O......I found that at the below links. Thank you so much Ben:)

  • @jithinraj6582
    @jithinraj6582 5 лет назад

    Can you possible to make a tutorial on how to publish react native (expo) app in Google Play Store via windows os

    • @bawad
      @bawad  5 лет назад +3

      Have you tried the docs?

  • @lukaskovar6921
    @lukaskovar6921 5 лет назад

    Please create Docker tutorial

    • @bawad
      @bawad  5 лет назад

      ruclips.net/user/results?search_query=benawad+docker

  • @subashm5514
    @subashm5514 5 лет назад +1

    First like 😎