Level Up Your VSCode Game: 5 Must-know Shortcuts

  Рет қаралды 27,331

Programming with Mosh

Programming with Mosh

Күн бұрын

Let's make your VSCode experience smoother and faster. Here are 5 shortcuts I use all the time, and you should too!
✋ Stay connected
- Twitter: / moshhamedani
- Facebook: / programmingwithmosh
- Instagram: / codewithmosh.official
- LinkedIn: / codewithmosh
#vscode #coding #programming

Пікірлер: 77
@KoshikPanchal
@KoshikPanchal 17 күн бұрын
Hey Mosh! Big fan of your work! Because of you I’m frontend developer and done a lot of projects. Thank you so much for this. Lets learn and grow together ❤️💫
@RobbPage
@RobbPage 17 күн бұрын
your first one, multi-cursor editing. you can also just hold ALT and click with your mouse and it will add a cursor wherever you click. not sure what the alt key is on mac. option maybe?
@abdulhamidmuktar9763
@abdulhamidmuktar9763 17 күн бұрын
The first shortcut impressed me and I always looked for such an easier way like that.
@vb_gh
@vb_gh 17 күн бұрын
1. F2 to rename symbols in every file. If you have a variable, function, etc exported to other files and you want to rename it all at one go, just use f2 and type the new name. It will rename the function in all files that use it at once. 2.If you have a few lines of code you want to wrap in a trycatch or if block, just highlight the lines of code and just start typing “trycatch” and select the vscode suggestion. It will wrap the code you highlighted in the trycatch block. Note that the lines of code have to be together and not have some unhighlighted code between them. Also note that it works with other block like snippets in vscode for other languages too. 3. Use cmd + alt and left or right arrows to move between multiple opened editor tabs. It reduces mouse time.
@yannis-markou
@yannis-markou 17 күн бұрын
Thanks a lot for the super helpful video! Especially the integrated terminal shortcut is something I've been searching for a while,. I 've been using the integrated terminal but wanted a quick way to switch between editor pane and the terminal window without using the mouse.
@iamtharunraj
@iamtharunraj 16 күн бұрын
The *Ctrl+ T* shortcut is something that will help me a lot. *Thank you so much for this video!* 😊
@leogg7964
@leogg7964 16 күн бұрын
thanks mosh for this awesome video ❤
@jarencefeliciano
@jarencefeliciano 15 күн бұрын
My favorite teacher is on fire again. Thanks Mosh! 🔥 I hope you make a tutorial on how to think like a programmer and solve any kind of problems. I request this only to you because I love your teaching style. More subscribers!
@k303k
@k303k 17 күн бұрын
Hello Mosh.After taking your Js,Ts ,React and Nextjs course I got a job as a Frontend Developer. Can i kindly request for next Nextjs course with big project and React Native with TypeScript course sir?
@mannyleemiller
@mannyleemiller 17 күн бұрын
May I ask, did you also go to college before his courses or do you have experience besides his courses? I'm trying to get a job too.
@k303k
@k303k 17 күн бұрын
@@mannyleemiller i have no bg actually. I highly recommend to learn from his course.very simple and well organized.I 've bought some udemy course for React but that udemy courses are too long.Mosh explain deep dive in programmatic way in a short time like noone else can teach me.I'm not a quick learner.I redo his courses for twice and after that i feel digest about the conceps.I highly recommend. You dont need any prior knowledge. He also has html css you can start from there step by step.
@mannyleemiller
@mannyleemiller 17 күн бұрын
Thankyou so much, I definitely will!!
@europeanandasian9463
@europeanandasian9463 17 күн бұрын
Hello mosh greetings from india , your courses helped me a lot❤❤
@KuriyanJei
@KuriyanJei 15 күн бұрын
my favorite is ctrl enter. when the insertion point is in the midst of texts and you wanted to go to the next line. also shift alt down arrow for copying the line without highlighting and pressing ctrl c and ctrl v
@SalahudeenHAMASI
@SalahudeenHAMASI 17 күн бұрын
Love you mosh ❤
@AfghanGoldenOldies2
@AfghanGoldenOldies2 16 күн бұрын
Glad that i know all of these shortcuts already
@JohnMichaelCagle12
@JohnMichaelCagle12 13 күн бұрын
Alt+arrow key to move a line up or down. Another is Ctrl+K then Ctrl+M to select the file type.
@omraja404
@omraja404 16 күн бұрын
# Alt + Shift + drag Your mouse up or down to get multi-cursor # Hold Alt then tap anywhere to get a cursor there using your mouse # Alt + shift + upper or down arrow to copy a line of code # Alt + upper or down arrow to move selected line of codes
@NaftuliSinger
@NaftuliSinger 17 күн бұрын
Thank you! Will those shortcuts work in Visual Studio as well?
@anmol7167
@anmol7167 17 күн бұрын
Helpful
@calvinasgariyahyavi
@calvinasgariyahyavi 16 күн бұрын
Hi mosh, love your coding videos and advice and will definitely learn from this one as well. Just was wondering if you could an advanced Python tutorial. Keep up the great work 🎉❤
@tomob121
@tomob121 15 күн бұрын
I rarely use the multi cursor option, what i prefer is using CTRL+H on a word im trying to change, it allows you to change all of them in a file which has more use in bigger files
@Blue-pd3dv
@Blue-pd3dv 7 күн бұрын
All of these shortcuts are impressive and useful, but the problem is most people, including me, cannot remember it when it's needed 😅
@nascentnaga
@nascentnaga 17 күн бұрын
in windows CTRL-ALT-R to open the window where your explorer is
@jonathanjohnson2785
@jonathanjohnson2785 16 күн бұрын
The multi cursor shortcut will definitely save a lot of time. Heck all of them basically 😂 Thanks Mosh
@manzourabdalla2279
@manzourabdalla2279 17 күн бұрын
if you like mosh's courses, hit a like 👍, let us see
@shambhavshandilya8865
@shambhavshandilya8865 16 күн бұрын
Mosh i have been following you and your courses its awesome. I just wanna know what is your vs code theme?
@imanlakhani9560
@imanlakhani9560 16 күн бұрын
Use Alt + arrow up or down to move the code line up or down instead of cut paste
@CarverCode9706
@CarverCode9706 16 күн бұрын
I like Ctrl + Shift + F for auto-formatting code. Very useful in .json files
@mdsegara101
@mdsegara101 16 күн бұрын
When you’re working with file management on your explorer or finder, and if you want to get the path of a directory or a file, shift and left click on folder or a file, drag and drop that directory or file to the editor window will automatically input the path of that directory or file. It will be better if you put double or single quotes before and drop it in between those quotes since definitely we need it as a string type for that.
@guilherme5094
@guilherme5094 17 күн бұрын
Vscode is not my cup of tea, but this video is really useful, thanks.
@NafisBadar
@NafisBadar 17 күн бұрын
Awesome ❤
@sunnyahmed5935
@sunnyahmed5935 17 күн бұрын
is he a Jewish iranian ?
@aimablebyiringiro-fd4dx
@aimablebyiringiro-fd4dx 12 күн бұрын
hey mosh can please teach as spring boot. i think you are the best teache i have ever seen. please.
@Kitsune_Dev
@Kitsune_Dev 16 күн бұрын
I like control + B to hide the explorer for extra screen space
@omraja404
@omraja404 16 күн бұрын
@dnjosh10
@dnjosh10 17 күн бұрын
Thanks boss for the useful tips. I'm having difficulty in my vs-code terminal. The slowness is out of this world. Any tip on how to make it faster?
@meqdaddev4341
@meqdaddev4341 16 күн бұрын
Also: Ctrl+Tab To navigate between the opened files.
@muchamadfaiz2391
@muchamadfaiz2391 16 күн бұрын
Thank a lot mosh, I have watch a lot of your courses and now i got a job as Backend Developer, In next course can i request for NEST JS COURSE
@radestein8548
@radestein8548 17 күн бұрын
Thanks
@anonymous-65732
@anonymous-65732 17 күн бұрын
helpful
@savageteam354k4
@savageteam354k4 14 күн бұрын
hey men i really love the like your video it is deep and very helpful but right now i really struggle about file management like every time when i want to do some practice i always install react app again and again specially i am very confused by the installation of necessary files like nodemon , express and run my file on terminal and like so on things really hard for me so can you make a tutorial video on how to handle files and folders, do we have to install every time when we want run our app or so many things please?!
@arikmosfor4907
@arikmosfor4907 16 күн бұрын
hey mosh.i miss you courses of react and react native.when you are going to do another one?
@HappyGiftGames
@HappyGiftGames 16 күн бұрын
Control + B to hide and show the navigation.
@mykesoftware2818
@mykesoftware2818 13 күн бұрын
Hey Mosh, any updates on C# and .Net Core courses.
@Behzad01
@Behzad01 9 күн бұрын
F1 key that really good , with this key you can access to search bar
@bharatdubey83
@bharatdubey83 17 күн бұрын
Sir, please make some videos on Java springboot and microservices and converting Javascript code to react and typescript
@augustinesayi9506
@augustinesayi9506 17 күн бұрын
CTRL + F to find
@kenwarner
@kenwarner 16 күн бұрын
Ctrl + Shift + F to find in all files in the open folder
@Gyasi_Land
@Gyasi_Land 13 күн бұрын
tanx
@loribryant4999
@loribryant4999 17 күн бұрын
Hey mosj can you create a new course about storybook, and please update your react native course
@jopadjr
@jopadjr 16 күн бұрын
716th...Thanks
@Allinone-xh5es
@Allinone-xh5es 15 күн бұрын
@programmingwithmosh please sir can you do a Flutter video too
@Ohiostategenerationx
@Ohiostategenerationx 16 күн бұрын
I still need the shortcut to run the script. Someone said alt+f5 but it still brings up a menu that I have to scroll through to get to the run button. I just want a fast shortcut to run my program without using mouse.
@ashishbajpai7270
@ashishbajpai7270 17 күн бұрын
I used Ctrl Shift L to write Sql on this
@PatricSjoeoe
@PatricSjoeoe 16 күн бұрын
I use Cmd + J to open terminal
@dimitrijerandjelovic9026
@dimitrijerandjelovic9026 17 күн бұрын
Honorable mention for vscode commands: remove unused imports
@mehamada1
@mehamada1 13 күн бұрын
Ctrl+Shift+F => find in files (any word)
@kenwarner
@kenwarner 16 күн бұрын
Can't live without the fold/unfold (recursively) shortcuts
@bereketg5609
@bereketg5609 17 күн бұрын
Ctr + C or Ctr + X to copy and cut without select the whole line
@gebreigziabherabadi6655
@gebreigziabherabadi6655 16 күн бұрын
Multi-Cursor Editing: Shift + Alt + L
@lyessaadoudi8386
@lyessaadoudi8386 17 күн бұрын
open folder in vscode => crl + k + o
@malut224
@malut224 16 күн бұрын
Ctrl + T is creating a new terminal in my vscode not Go to Symbol...anyone that can help
@advaith7joshi
@advaith7joshi 17 күн бұрын
Just use vim.
@gech_tube6161
@gech_tube6161 13 күн бұрын
Ctrl+D
@dhruvasai6112
@dhruvasai6112 9 күн бұрын
mien it's Ctrl + shift + ' (opens new integrated terminal)
@DigitalCreator5
@DigitalCreator5 17 күн бұрын
Ctrl+shift+p
@destinygames3449
@destinygames3449 12 күн бұрын
Ctrl + T is missing in my whole life, now I feel like idiot who search function browsing through file and folder.
@yibowei9636
@yibowei9636 16 күн бұрын
most vscode in-file shortcuts become useless when you use vim
@afnan_a
@afnan_a 17 күн бұрын
Alt+F4
@YahaaMahmod
@YahaaMahmod 17 күн бұрын
انَا اختكمَ مَن اليمَن وّالَلَه ماتكلمتَ الَا من جوّع وًّمَنَ ضَيَقَ الَحَالَ انَا وًّامَيَ وًّاخَوًّتَيَ تَشَرَدَنَا مَنَ بَيَوًّتَنَا بَسَبَبَ الَحَرَبَ نَحَنَ فَيَ حَالَهَ لَايَعَلَمَ بَهَا الَا الَلَهَ حَسَبَنَا الَلَهَ وًّنَعَمَ الَوكيَلَ فَيَ مَنَ اوًّصَلَنَا الَى هَاذا الَحَالَ 💔💔وًّالَلَهَ الَعَظَيَمَ مَا كتَبَتَ هَذا الَمَنَاشَدَهَ غَيَرَ مَنَ الَضَيَقَ وّالَفَقَر يَاعَالَمَ حَسَوّا فَيَنَا ارَجَوّكمَ وّالَلَهَ الَعَظَيَمَ رَبَ الَعَرَشَ الَعَظَيَمَ انَه الَاكلَ مَا فَيَ عَنَدَيَ بَالَبَيَتَ وًّالَلَهَ يَا اخَوّانَيَ انَهَ اخَوًّنَيَ بَقَعَدَوًّ بَالَيَوًّمَيَنَ مَافَى اكلَ وًّالَلَهَ وًّضَعَنَا كثَيَرَ صَعَبَ نَحَنَ 4 نَفَرَ دَاخَلَ الَبَيَتَ وًّابَيَ مَتَوًّفَيَ وًّلَا يَوًّجَدَ مَنَ يَعَوًّلَ عَلَيَنَا وًّسَاكنَيَنَ فَيَ بَيَتَ اجَارَ لَانَسَتَطَيَعَ دَفَعَ الَاجَارَ الَلَيَ بَاقَيَ عَلَيَنَا ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' اخي اول كلامي انا اقسم بالله على كتاب الله اني لااكذب عليك ولا انصب ولا احتال اني بنت يمنيه نازحين من الحرب انا واسرتي بيننا ایت الشهرب 14 الف يمني والان علينا 42 الف حق 3 شهور وصاحب البيت من الناس الي ماترحم والله يا اخي انه يجي كل يوم يبهدلنا ويتكلم علينا ويريد من البيت للشارع لانناماقدرنا ندفعله الأجار شافونا الجيران نبكي ورجعو تكلمو الجيران ومهلنالاخره الأسبوع معادفعنا له حلف يمين بالله هذا بيخرجنا إلى الشارع رحمه واحنا. بلادنا بسبب هذا الحرب ولانجد قوت يومنا وعايشين اناوامي واخوتي سفار والدنا متوفي الله يرحمه ومامعنا أحد في هذا الدنيا جاانبنا في هذه الظروف القاسيه اخوتي الصغار خرجو للشارع وشافو الجيران ياكلو واوقفو عند بابهم لجل يعطوهم ولو كسره خبز والله الذي له ملك السموات والارض انهم غلفو الباب وطردوهم ورجعو یبکو ایموتو من الجوع ما احد رحمهم وعطلة ردها لقمت عیش والان لوما احدنا ساعدنا في إيكيلو دقيق اقسم بالله انموت من الجوع فيا اخي انا دخيله على الله ثم عليك واريد منك المساعده لوجه الله انشدك بالله تحب الخير واتساعدني ولو ب 500 ريال يمني مع تراسلي واتساب على هذا الرقم 00967716688223 وتطلب اسم بطاقتي وترسلي ولاتتاخر وايعوضك الله بكل خير اخواني سغار شوف كيف حالتهم وساعدنا وأنقذنا قبل أن يطردونا في الشارع تتبهدل أو نموت من الجوع وانا واسرتي نسالك بالله لولك مقدره على مساعد لاتتاخر علينا وجزاك الله خيرا،.،.،:^:؛^:؛^:;";""💔😢😭»)/«(»)/«(»)/«(»)/«(»)/«🎉😢❤🎉❤😮😢🎉😢😢؛'+"/؛ ?*😢؛ 🎉+❤_-🎉! 😢🎉؛"😢!+$)$)%(
Code faster with these VS Code shortcuts
8:44
Coder Coder
Рет қаралды 291 М.
JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
48:17
Programming with Mosh
Рет қаралды 12 МЛН
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 6 МЛН
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 81 МЛН
Is Coding Still Worth Learning in 2024?
9:33
Programming with Mosh
Рет қаралды 187 М.
My Unconventional Coding Story | Self-Taught
27:14
Travis Media
Рет қаралды 528 М.
Learn HTML Images, Videos & Audio in 6 Minutes
6:28
Learndev
Рет қаралды 754
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,3 МЛН
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 120 М.
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 332 М.
Object-oriented Programming in 7 minutes | Mosh
7:34
Programming with Mosh
Рет қаралды 3,8 МЛН
How I would learn to code (if I could start over)
10:52
PIRATE KING
Рет қаралды 1,2 МЛН
why are switch statements so HECKIN fast?
11:03
Low Level Learning
Рет қаралды 367 М.
A flexbox trick to improve text wrapping
5:02
Kevin Powell
Рет қаралды 129 М.
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 6 МЛН