VS Code Pro Tips and Tricks

preview_player
Показать описание
I show you the VSCode shortcuts that I use on a daily basis.

----

----

----

----
Follow Me Online Here:

#benawad

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

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

vojtechstepancik
Автор

great tutorial.. straight to the point no BS

RAZR_Channel
Автор

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

akashrajpurohit
Автор

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

badytouray
Автор

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

codebro
Автор

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

udaykiranr
Автор

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

bxzimvt
Автор

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

officialabdulrehman
Автор

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.😭😭😭

eyesight
Автор

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

anastely
Автор

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?

oliviazhang
Автор

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?

techsafi
Автор

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

itsthomasYT
Автор

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!

rishabhjain
Автор

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

lamsungfai
Автор

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

jithinraj