Opening project ctrl+` : terminal code nameOfProject (in terminal) : open project Tab shortcuts Alt+1 : Open first tab Alt+2 : Open second tab etc Ctrl+p : Search files Ctrl+w : Close active tab Ctrl+k+w : Close all tabs Instead create folder folder file use Create File: folder1/folder2/file.js Ctrl+b : Hide/open sideBar Ctrl and + : Zoom in Ctrl and - : Zoom out Appearance shortcuts Ctrl+\ : Split screen Ctrl+1 : Screen 1 Ctrl+2 : Screen 2 Terminal shortcuts Arrow up/down : previous commands clear : clear terminal Code faster shortcuts Ctrl+arrows : skip blocks Ctrl+Shift+arrows : Select blocks of text Ctrl+x : cut line (select line not element, same for copy) Ctrl+/ : comment line Alt+shift+arrow(up/down) : duplicate line (I will update it)
I completed the rest🙃 Productivity shortcuts 1 Ctrl+Shift+O to find variable/function name quickly 2 Ctrl+G to go to line number 3 Hover mouse over functions,images,links to see what they are coded as 4 Learn Framework related shortcuts
The last thing you do is close the window by clicking the x with your mouse which I thought was really funny because this is about using the keyboard but I agree with you I use those shortcuts too and find them way faster than using just a mouse
Just wanted to say thank you for this shortcut tutorial on VS Code. Just an update… @9:36 while toggling the “find and replace” feature, if you have a Mac, the key-binding/keyboard shortcut {command + h} is the default global application hide toggle and its non changeable(at least not easily/conventionally changeable) system level command like Command + -C, -V, or -X, etc. I believe the alternate key for toggling “find and replace”, would be (Command + shift + H) which should work but if your hell-bent on using (Command + H) there is likely a way to reassign the shortcut by using BetterTouchTool or even 3rd party applications such as QuiKeys or Karabiner. I found all this out when I tried to use the (command + H) to use the find and replace feature in VS Code and it kept hiding my apps smh. Then I tried to change the shortcut through conventional means via the system preferences, but these system shortcuts are hidden so you can’t easily change/reassign them. Hope this helped and save you precious time. For more help press (command + shift+ p) and type in keyboard shortcuts.
I love to Lama Dev Because safak is a legend person and full expert in programming (React).I understand very well in little time due to lama dev. Thanks man. Love from Pakistan.
A: Commenting code: CTRL+K creates a -BREAKPOINT-. Breakpoints don't respond to CTRL+/ so highlight your code, use CTRL+K to remove the breakpoint; then press CTRL+/ to uncomment your block. Also CTRL + / TO comment out the line or selected lines see point (J) B: opening Terminal: CTRL + ` button. C : Navigating in between opened files in visual studio code editor using: ALT + 1 , ALT + 2 , ALT + 3 etc for opening file in first file , second file , and third file respectively depending upon the location from file explorer. CTRL + P to activate search functionality in case if we are working on multiple tabs (file opened) and just typed the name of file and get make it opened and now no need to count or keep remember the file count as in case of first short-cut. Like ALT+1,2,3 etc. D: closing the opened file in editor: CTRL + W , is he short-cut to close the single file at which u are working right now. To close all the Tabs or the opened file in the editor you can use the short-cut = CTRL + K + W E: CREATING FOLDER: click on create folder icon in side bar of file explorer, FOLDER > FOLDER2 inside folder > my app.jss
F: CLOSING THE SIDE BAR (File explorer) : CTRL + B G: ZOOM CONTROL : Zoom in : CTRL + = Zoom out : CTRL + -- H: SPLIT VS CODE SCREEN TO SEE / WORK TWO FILES SIMULTANEOUSLY: CTRL +\ And to switch between two splitted screen use short cut CTRL 1 AND CTRL 2 to switch between screen 1 and 2 respectively. I: To clear Terminal : type clear in terminal J:SELECTING TEXT/CODE: CTRL + ARROW LEFT OR RIGHT TO select text or code left or right . CTRL + ARROW UP OR DOWN to select lines of code from top to or to top from bottom respectively. K:DELETING : CTRL + X to delete a particular line where your cursor is at right now .on that particular line. L:COPYING LINES OF CODE: ALT + SHIFT + ↓ KEY TO copy lines of code downward. M: CTRL + D to select multiple item and than change/edit/or replace your desired text. You just need tochoose your initial point . and select one by one using ctrl +d N: ALT + CLICK LEFT CLICK , keeping the alt press and clicking all those location where you want to type the same text or the code you want. O: CTRL + D to select lines or code block and than you can use ALT+↓ and ALT+↑ key to move your code or line to upside or down where you want to put the code .or the text. P: CTRL+SHIFT+O to get list of all your functions ,methods , variables and etc ,no need to scroll throughout the whole code .Just scroll the list afte the short code. Q: Hover over the Function, variable , or the method etc that you are confused or trying to figure out where did it come from or where did it was first time declared first time than just hover over that piece and press CTRL I.E. HOVER+ CTRL
these are like super powers :) just like "superhuman" is for emails. "making small improvements on a daily basis can lead to a significant difference in the long-run" - Atomic Habits [James Clear]
Lama my man I wish I could donate to you but I am not earning yet but I really appreciate the high quality tutorials that you provide for free I mean I am really sorry that I cannot support you I any way possible!!
Thanks Lama. Please i ask for one favour . can u teach the forgotten password login with node js and react frontend .im a learner and i have been having that issue for a while..thanks and i hope u see this. you're the best sir
I just want you to know that you are so amazing! I love your tutorials and I’ve successfully created a food ordering app watching them! Would you consider create an online educational platform like preply or Udemy with live online teaching features? That would inspire me to create a community online university in Southeast Asia to help people. But regardless, keep up the good work and thank you for everything!
You are really best teacher But can u plz help me .. can u please create a progress checker .. just like in UDEMY we check our progress how they can do this ... Plz make video on it ...plz
you missed out one important shortcut i.e emmet abbreviation. if you write .my__div and press enter it will create a div with classname my__div. if you write h1.my__heading or any element and press enter it will create a h1 elem with classname my__heading. Correct me if I'm wrong brothers.
Some people just hate extra keyboard use, and or have terrible dexterity and are always slow with a keyboard. I have been using computers heavily since the 1980's, my fingers have never learned the keyboard well. i just have terrible coordination I guess. But I also suck at remembering the key combos, it's all so cryptic. It's an alien way of thinking to me. And now I have carpal, which makes keyboard accuracy worse. I like clicking on things with a mouse, sorry if that offends the keyboard snobs. Am I somehow less than because I am more visually oriented and prefer using guis? Must I be degraded as a 'noob' because I am not part of the keyboard 'l33t'? Curse my inferior fingers!!!!!!! I hate keyboard shortcuts in general, always have, for decades.
@@peterbelanger4094 I never implied that people using their mouse were stupid or somehow inferior. I'm only encouraging them to learn how to take advantage of the possibilities offered by the keyboard. Because it really is a useful skill, whether you want to make a career in the IT field or not. Nothing snob in there, just a thoughtful advice.
Learn the vim, install vim extension to the VS code and problem is solved. After that you are not dependent on specifically IDE a their shortcuts. In other words, you have only once interface (vim) for anything else e.g serverside, browser(vimuin, vixen), IDE(vscode, phpstorm, webstorm, nvim...) with the benefit vim motions h,j,k,l for most unix controls
Is there a shortcut key combo to jump to the beginning of the line below? like if the cursor is in the middle of the line it will create a new line and be at the beginning
You can also press Ctrl+L to clear the terminal instead of typing the actual 'clear' command.
Also if you set CMD as default terminal then clear won't work, instead you should use "CLS"
You can actually mentally clear the terminal, just close your eyes
@@SIGMA_BLYAT Ah yes, Russian way
@@rvft That would be: in Soviet Russia terminal clears you.
It works 👍
CTR + W: Close files
CTR + P: Find files
CTR + Tab: Switch windows
CTR + SHIFT + P: Command Palette (for commands)
ALT + F4: Refresh page
@@matheusosa I tried this and it deleted my life's work. Thanks a lot
@@matheusosa This is really effective. I just tried.
Opening project
ctrl+` : terminal
code nameOfProject (in terminal) : open project
Tab shortcuts
Alt+1 : Open first tab
Alt+2 : Open second tab
etc
Ctrl+p : Search files
Ctrl+w : Close active tab
Ctrl+k+w : Close all tabs
Instead create folder folder file
use Create File: folder1/folder2/file.js
Ctrl+b : Hide/open sideBar
Ctrl and + : Zoom in
Ctrl and - : Zoom out
Appearance shortcuts
Ctrl+\ : Split screen
Ctrl+1 : Screen 1
Ctrl+2 : Screen 2
Terminal shortcuts
Arrow up/down : previous commands
clear : clear terminal
Code faster shortcuts
Ctrl+arrows : skip blocks
Ctrl+Shift+arrows : Select blocks of text
Ctrl+x : cut line (select line not element,
same for copy)
Ctrl+/ : comment line
Alt+shift+arrow(up/down) : duplicate line
(I will update it)
I completed the rest🙃
Productivity shortcuts
1 Ctrl+Shift+O to find variable/function name quickly
2 Ctrl+G to go to line number
3 Hover mouse over functions,images,links to see what they are coded as
4 Learn Framework related shortcuts
@@diwakar8815 Thanks I had job interview so I didnt have time
Thanks for that X
🤍💜🔥
Thank you
This is all I needed to become more efficient, Thanks a lot for sharing all the shortcuts and vs code hacks!
Thank you very much for this shortcuts,
Specially for ctrl + g for directly moving to the line.
Thanks a lot, this video is very helpful! ❤
I'd like to add one of my favorite: CTR + SHIFT + F you can find anything in your project
ctrl + h for find and replace - one of my favourites, thanks for sharing :)
Thanks. I learned from this video:
Ctrl + \ to open side by side windows
Crtl + [number] to switch between them
Thank you so much i was always wondering how you could choose same texts. Now i know. You are the best
Hi, lama dev ,your channel is the ultimate shortcut for frontend developers. You are just awesome , very grateful for your sharing !
The last thing you do is close the window by clicking the x with your mouse which I thought was really funny because this is about using the keyboard but I agree with you I use those shortcuts too and find them way faster than using just a mouse
Thank you so much Lama. If there's a summary of all the shortcuts that used in the video, that would be very great.
Bro you're the best... such an inspiration. Learning a lot from. Please keep making more videos. I'm your biggest fan now.
Just wanted to say thank you for this shortcut tutorial on VS Code. Just an update… @9:36 while toggling the “find and replace” feature, if you have a Mac, the key-binding/keyboard shortcut {command + h} is the default global application hide toggle and its non changeable(at least not easily/conventionally changeable) system level command like Command + -C, -V, or -X, etc. I believe the alternate key for toggling “find and replace”, would be (Command + shift + H) which should work but if your hell-bent on using (Command + H) there is likely a way to reassign the shortcut by using BetterTouchTool or even 3rd party applications such as QuiKeys or Karabiner. I found all this out when I tried to use the (command + H) to use the find and replace feature in VS Code and it kept hiding my apps smh. Then I tried to change the shortcut through conventional means via the system preferences, but these system shortcuts are hidden so you can’t easily change/reassign them. Hope this helped and save you precious time. For more help press (command + shift+ p) and type in keyboard shortcuts.
I have a 12 button gaming mouse. You can program lots of those shortcuts! Don't even have to touch the keyboard!
CTRL+X is going to cut the line, but to delete the line you can use CTRL+SHIFT+K
or CTRL L and Backspace
I love to Lama Dev Because safak is a legend person and full expert in programming (React).I understand very well in little time due to lama dev. Thanks man. Love from Pakistan.
A: Commenting code:
CTRL+K creates a -BREAKPOINT-. Breakpoints don't respond to CTRL+/ so highlight your code, use CTRL+K to remove the breakpoint; then press CTRL+/ to uncomment your block. Also CTRL + / TO comment out the line or selected lines see point (J)
B: opening Terminal: CTRL + ` button.
C : Navigating in between opened files in visual studio code editor using:
ALT + 1 , ALT + 2 , ALT + 3 etc for opening file in first file , second file , and third file respectively depending upon the location from file explorer.
CTRL + P to activate search functionality in case if we are working on multiple tabs (file opened) and just typed the name of file and get make it opened and now no need to count or keep remember the file count as in case of first short-cut. Like ALT+1,2,3 etc.
D: closing the opened file in editor: CTRL + W , is he short-cut to close the single file at which u are working right now.
To close all the Tabs or the opened file in the editor you can use the short-cut = CTRL + K + W
E: CREATING FOLDER: click on create folder icon in side bar of file explorer, FOLDER > FOLDER2 inside folder > my app.jss
F: CLOSING THE SIDE BAR (File explorer) : CTRL + B
G: ZOOM CONTROL : Zoom in : CTRL + =
Zoom out : CTRL + --
H: SPLIT VS CODE SCREEN TO SEE / WORK TWO FILES SIMULTANEOUSLY: CTRL +\
And to switch between two splitted screen use short cut CTRL 1 AND CTRL 2 to switch between screen 1 and 2 respectively.
I: To clear Terminal : type clear in terminal
J:SELECTING TEXT/CODE: CTRL + ARROW LEFT OR RIGHT TO select text or code left or right .
CTRL + ARROW UP OR DOWN to select lines of code from top to or to top from bottom respectively.
K:DELETING : CTRL + X to delete a particular line where your cursor is at right now .on that particular line.
L:COPYING LINES OF CODE: ALT + SHIFT + ↓ KEY TO copy lines of code downward.
M: CTRL + D to select multiple item and than change/edit/or replace your desired text. You just need tochoose your initial point . and select one by one using ctrl +d
N: ALT + CLICK LEFT CLICK , keeping the alt press and clicking all those location where you want to type the same text or the code you want.
O: CTRL + D to select lines or code block and than you can use ALT+↓ and ALT+↑ key to move your code or line to upside or down where you want to put the code .or the text.
P: CTRL+SHIFT+O to get list of all your functions ,methods , variables and etc ,no need to scroll throughout the whole code .Just scroll the list afte the short code.
Q: Hover over the Function, variable , or the method etc that you are confused or trying to figure out where did it come from or where did it was first time declared first time than just hover over that piece and press CTRL I.E. HOVER+ CTRL
👆Send a direct message for help 🆙 ⬆️…
with selecting text maybe you meant Ctrl + Shift + arrow
these are like super powers :)
just like "superhuman" is for emails.
"making small improvements on a daily basis can lead to a significant difference in the long-run" - Atomic Habits [James Clear]
Great video. I am sure someone mentioned, but switching tabs on Mac is Ctrl + #. Thanks
Wow. Lama this is amazing. Thank you for uploading this video.
Where had u gone lama ...?
We are really missing your projects...
Plz bring some more magic as we learnt a lot from u...
Love from Pakistan
Thank you for this vs code tips 👍
This is really an eye opener. Great content 👌
I heard about Ctrl+Shift+O for the first time, but definietly gonna be using it :D
Holding Alt will toggle Top Bar menus, use Arrow keys and Esc key to navigate!
Thank you a lot safak, I appreciate your time, please make a big project on MERN like a real estate or ticket system
Great flow. Thanks for the video
👆Send a direct message for help 🆙 ⬆️…
What a Developer👍
Mükemmelsin, Safak. Projelerin için sana çok teşekkür ederim. You are super!
It's very useful thank you so much for your knowledge sharing keep posting like this 😊👌🏼👌🏼👌🏼
You are a great teacher... I learned a lot from you.
CTR LOVE: i love this thank you
Thank you! very very useful
one of the ones I like the most is alt f4, I use it whenever an error appears, it always disappears
You just made me close my vscode I didn’t save my work i wasn’t thinking i clicked alt f4 the vscode application just logoff including all my terminal
Hi Lama dev, Please make more projects on MERN
this was really so helpful
thanx a ton
Lama my man I wish I could donate to you but I am not earning yet but I really appreciate the high quality tutorials that you provide for free I mean I am really sorry that I cannot support you I any way possible!!
Man, your comment is more than enough for me.
@@LamaDev You are too generous!!
@@LamaDev feeling same as a student...will surely pay something after I start earning
Thank you so much sir
Thanks so much Lama you da bestttt!!!!
So useful! Thanks!!!
thnk you man, appreciate your work
👆Send a direct message for help 🆙 ⬆️…
Thanks a lot for these videos
Much better than vs code cheat sheet pdf file.
Omg best teacher ever. I'll start practising tomorrow. Can somebody recommend any good keyboard?
Any type is enough bro just know how to use it
A4tech
Excelente profesor... contenido de calidad.
Hey, thanks for the shortcuts 👏🏽👏🏽❣❣
Thank you this video is life helper
Thnx for this awesome video. But I do recommend you to learn Vim, there’s an extension for vscode called Vim.
Great video, thanks
Thank you so much for the tips sir
Do more nextjs projects with web3 .. it's quite interesting
Thank, extremely useful 👍
i find ctrl + j to be a easier command for terminal not sure if there is a difference tho (over ctrl + `)
As far I know there's not really a difference, it's just preference
In a few years time you would be the most famous YTer in this segment
Thanks Lama. Please i ask for one favour . can u teach the forgotten password login with node js and react frontend .im a learner and i have been having that issue for a while..thanks and i hope u see this. you're the best sir
Great. Make more videos of daily usage of shortcuts. Thank you
I just want you to know that you are so amazing! I love your tutorials and I’ve successfully created a food ordering app watching them! Would you consider create an online educational platform like preply or Udemy with live online teaching features? That would inspire me to create a community online university in Southeast Asia to help people. But regardless, keep up the good work and thank you for everything!
Lama adamsın çok beğeniyorum videolarını
thank you for sharing!
thank you sir🙌🙌
You are really best teacher
But can u plz help me .. can u please create a progress checker .. just like in UDEMY we check our progress how they can do this ... Plz make video on it ...plz
Hi bro, could you make some projects related to nest.js or react-native or flutter.
To clear terminal I’m always using Ctrl+L. Saw this trick in Cs50.
In 13:06 you can also use ctrl + f in windows or cmd + f in mac.
very helpful video.
Thank you sir!
Great video
you missed out one important shortcut i.e emmet abbreviation.
if you write .my__div and press enter it will create a div with classname my__div.
if you write h1.my__heading or any element and press enter it will create a h1 elem with classname my__heading.
Correct me if I'm wrong brothers.
thank you so much
thanks bro. love from Pakistan.
Thank you so much :)
very useful, thanks
Many beginners don't see the point of using keyboard shortcuts.
But once you master them, you just get so much faster.
Some people just hate extra keyboard use, and or have terrible dexterity and are always slow with a keyboard. I have been using computers heavily since the 1980's, my fingers have never learned the keyboard well. i just have terrible coordination I guess. But I also suck at remembering the key combos, it's all so cryptic. It's an alien way of thinking to me.
And now I have carpal, which makes keyboard accuracy worse.
I like clicking on things with a mouse, sorry if that offends the keyboard snobs. Am I somehow less than because I am more visually oriented and prefer using guis? Must I be degraded as a 'noob' because I am not part of the keyboard 'l33t'?
Curse my inferior fingers!!!!!!!
I hate keyboard shortcuts in general, always have, for decades.
@@peterbelanger4094 I never implied that people using their mouse were stupid or somehow inferior.
I'm only encouraging them to learn how to take advantage of the possibilities offered by the keyboard.
Because it really is a useful skill, whether you want to make a career in the IT field or not.
Nothing snob in there, just a thoughtful advice.
Great video 🇧🇷
adding the -r tag to code in the terminal will open it in the current vscode window
👆Send a direct message for help 🆙 ⬆️…
Your video is helpful. Can a 45 years old person also get a entry level job after learning html CSS js. Please suggest. Thanks
The explanation around Ctrl-P is a bit confusing: it has nothing to do with which files are open. Instead it can open any file in your project.
Learn the vim, install vim extension to the VS code and problem is solved. After that you are not dependent on specifically IDE a their shortcuts. In other words, you have only once interface (vim) for anything else e.g serverside, browser(vimuin, vixen), IDE(vscode, phpstorm, webstorm, nvim...) with the benefit vim motions h,j,k,l for most unix controls
is this a vim replacement? or still is should go for vim?
6:15 btw for clear terminal you can use CTRL+L
Tesekkurler mukemmeldi.
Hi ! I really like the way you explain each and every thing
Can you also make tutorials on chrome extension development
Adam geldi adam
harikasın bro 🔥
thank you
çok işimi gördü eline sağlık
very useful
how can you make the circle color around affect on youtube's like and dislike bottom at the end of video?
i love your videos so much. you should make courses. they would sell like cupcakes
use `code folderName -r` to open the folder in the same window.
What more can I say...
Thanks for this
Pls do make school or hospital management system t
Hi lama, Please make video on error handling in expressjs
Is there a shortcut key combo to jump to the beginning of the line below? like if the cursor is in the middle of the line it will create a new line and be at the beginning
How Can Record my screen for hours in windows 11 bro ?? Any applications or ideas ?
thanks
Can you make an emailjs in register with React and Node. Js?
Can I sort on columns? I have big txt files with numbers in there but I want to sort records based on values in them from col A to Col B.
Please use your mechanical keyboard for your future videos, I can watch even a 10 hour video with that sound 16:31
Alt+F12 to a function to view its definition over there.
That Ctrl x = 👍🏽.