Keyboard Shortcuts Every Programmer Should Know

  Рет қаралды 124,563

Hallden

Hallden

3 жыл бұрын

18 Most Useful Keyboard Shortcuts For Programmers
Check out Tabnine, the FREE AI-powered code completion tool I use: www.tabnine.com/now/?...
Get 50% off your first year of Tabnine Pro using my link: www.tabnine.com/pricing/check...
Get access to my programming courses: / hallden
Follow me on instagram: / kallehallden
LiveCoder channel: / @livecoder7639
"Clean Code Friday"
If you want to receive one short email from me every week, where I go through a few of the most useful things I have explored and discovered this week. Things like; favourite apps, articles, podcasts, books, coding tips and tricks. Then feel free to join kalletech.com/cleancode/
CONTACT: contact@kalletech.com
Follow me on:
TWITCH: / kallehallden
INSTAGRAM: / kallehallden
TWITTER: / kallehallden
GITHUB: github.com/kallehallden
DISCORD: / discord
PATREON: / hallden
VIDEO EDITOR: editingmachine.com (use coupon code KALLE to get 50% off your first month)
--------------------------------------------------------------------------------------------------------
GEAR:
kalletech.com/tech/

Пікірлер: 353
@Hallden_
@Hallden_ 3 жыл бұрын
500K subscribers! Thank you all for watching and supporting this weird kid! Who knew that me trying things out, learning new things and sharing that on video would be interesting to watch. I’m infinitely grateful! Also if !subscribed: print(”What are you even doing mate, subscribeee”) subscribe() else: print(”Heyyo”)
@marcv610
@marcv610 3 жыл бұрын
Heyyo
@aditjoshi6975
@aditjoshi6975 3 жыл бұрын
heyyyyoooooooooooooo (Syntax error)
@rprcreations5470
@rprcreations5470 3 жыл бұрын
Put a Vlog for this 500k subscribers bro😊....we are waiting to see it 😊... . Also congrats for this achievement bro😘😍💯 .....long way to go💥 .... . A day has never moved without watching your videos😎 .... . Love 💝from India 🇮🇳🇮🇳🇮🇳
@rudrakshmahajan7897
@rudrakshmahajan7897 3 жыл бұрын
congrats bro for 500k hopes high for 1m this year
@tusharkuntawar6170
@tusharkuntawar6170 3 жыл бұрын
You make nice b roll. I watch for your b roll. I subbed for your b roll.
@yehyaNot
@yehyaNot 3 жыл бұрын
1:32 F2 >> Refactor your Code Rename everywhere 1:57 Selecting a section of text and pressing TAB or Shift + TAB 2:23 CTRL + K +D >> will Format Code ( look nicer) 2:53 CTRL + SHIFT + T >> Reopen closed tabs 3:32 CTRL + Tab >> For Switching between Tabs in your browser 3:53 CTRL + Arrow key Left or Right 4:01 Alt + Right Arrow 4:52 F8 >> Move between different errors 7:10 CTRL + SHIFT + F10 >> To Find Where variable Was declared 7:40 CTRL + BACKSPACE or DELETE >> remove entire word 7:45 SHIFT + END/HOME 8:32 CTRL + p 8:40 F12 8:56 CTRL + s >> Save file CTRL + S + Shift >> to save all files 9:03 CTRL + c >> COPY 9:06 CTRL + v >> Paste 9:10 CTRL + f >> Search 9:13 CTRL + z >> Undo CTRL + Shift + z>> Redo 9:32 Win + Shift + S >> Screenshot [You can use Windows key + PrtSc (print Screen)]
@K0MBIAN
@K0MBIAN 3 жыл бұрын
Probably took longer to put together this list than it takes someone to watch Kalle's video...
@8koi139
@8koi139 3 жыл бұрын
You can also re-do whit control+y
@yehyaNot
@yehyaNot 3 жыл бұрын
@@K0MBIAN yes 😂 but if anyone want to remember any command it will be easier
@cabji
@cabji 3 жыл бұрын
i found a better combo to switch tabs in a browser: Ctrl + PgUp/PgDn iterates left or right through the tabs. I knew Ctrl+Tab for years, but it's painful to press Ctrl+Shift+Tab to go the opposite direction.
@andrewim8465
@andrewim8465 3 жыл бұрын
Thank youuu for this list
@Origameasy
@Origameasy 3 жыл бұрын
*My most useful shortcut on Windows is Windows+V to open the clipboard and so you can copy several things to paste them later.*
@cpaul08
@cpaul08 3 жыл бұрын
or use ditto
@robux_man6577
@robux_man6577 3 жыл бұрын
Yes it is so useful
@Gosu9765
@Gosu9765 3 жыл бұрын
How to shortcut: step 1 - start using VIM step 2 - survive step 3 - profit
@yusufisbilir7556
@yusufisbilir7556 3 жыл бұрын
Good idea
@sebastianc4557
@sebastianc4557 3 жыл бұрын
Right on!
@jitessh
@jitessh 3 жыл бұрын
Basically this. Imagine using Alt/Ctrl to move between words.
@riccardodanmark6099
@riccardodanmark6099 3 жыл бұрын
Why not spyder?
@villadseskesen
@villadseskesen 3 жыл бұрын
For vscode: alt+arrow up or down. This moves the line 1 up and formats
@gabriellevesque2185
@gabriellevesque2185 3 жыл бұрын
Just for info, same thing for Visual Studio in general and a few other editors/IDEs are doing it too. Some of them, if not by default, you can edit/add a shortcut to implement that fonctionality.
@reactarabic5767
@reactarabic5767 3 жыл бұрын
alt+shift+ arrow up/down duplicates the selected code
@8koi139
@8koi139 3 жыл бұрын
same for PyCharm
@andreapuddu6893
@andreapuddu6893 3 жыл бұрын
alt + up/down (sometimes it's ctrl+shift+up/down) is in almost all editors
@softmetric6140
@softmetric6140 3 жыл бұрын
CTRL + C And CTR + V is probably the most used keyboard shortcut for programmers :)
@_timestamp
@_timestamp 3 жыл бұрын
An implicit "stackoverflow joke"®. nice.
@dannbrown
@dannbrown 3 жыл бұрын
Or anyone with a computer, I think there’s no shortcut most used than this ever
@Mecagothits
@Mecagothits 3 жыл бұрын
🤣
@liftlinux9421
@liftlinux9421 3 жыл бұрын
Middle Click & Middle Click probably the most used keyboard shortcut for vim programmers :)
@chikanma5021
@chikanma5021 3 жыл бұрын
StackOverflow stuff
@ripclaw7000
@ripclaw7000 3 жыл бұрын
Hi Kalle! Another useful tip for all laptop users is function(fn) + Escape(only if there is a lock image on the key) . This helps because you dont have to press fn key to use f1 , f2 , f3 and such. This makes it so that you dont have to press fn to use the function key , but you do have to press to use the media keys and such
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@marcv610
@marcv610 3 жыл бұрын
If you copy a terminal command, then ctrl+v won't paste in terminal, instead you have to use ctrl+shift+v Edit: this applies for saving and cutting and all of that stuff
@villadseskesen
@villadseskesen 3 жыл бұрын
Or rihht click
@pockerface9505
@pockerface9505 3 жыл бұрын
or the mouse wheel clic sometimes
@aleksvujic
@aleksvujic 3 жыл бұрын
Or Shift+Ins
@akuoko_konadu
@akuoko_konadu 3 жыл бұрын
Life saver.
@marcv610
@marcv610 3 жыл бұрын
@@villadseskesen still faster than right clicking
@trtlphnx
@trtlphnx 3 жыл бұрын
Thank You So Much, I have Been Waiting for This Subject, Thanks!!!
@engageintellect
@engageintellect 3 жыл бұрын
When you use Vim as your IDE there are no keyboard shortcuts. The “shortcuts” simply become “the way”.
@igorswies5913
@igorswies5913 3 жыл бұрын
you can also use vim extension for vscode
@jvik
@jvik 3 жыл бұрын
But you’ll spend a fuckload of time to get productive there
@igorswies5913
@igorswies5913 3 жыл бұрын
@@jvik wdym just install vim extension and get a simple program to remap escape to caps lock because it's closer that's it, and you'll get used to the keybindings quickly
@engageintellect
@engageintellect 3 жыл бұрын
@@igorswies5913 not even close to the same thing. It’s cute though. I’m if it was half as good as actual VIM I’d still be using VS Code.
@Creedoo
@Creedoo 3 жыл бұрын
Lmao so many vim eliticits while in vim you spend more time fighting the longass key combo to save a file than in any other editor 🤣
@strategy_gal
@strategy_gal 3 жыл бұрын
These are very useful! Great tutorial, Kalle!
@akuoko_konadu
@akuoko_konadu 3 жыл бұрын
Thank you Kalle, this will help very much.
@mamtaagarwal1009
@mamtaagarwal1009 3 жыл бұрын
Chenge your code formatting to ctrl + s. It will format everytime you save
@yamogebrewold8620
@yamogebrewold8620 3 жыл бұрын
Enable Format on Save in VS Code
@mamtaagarwal1009
@mamtaagarwal1009 3 жыл бұрын
@KZfaq TM I also use autosave and ctrl + s to format with prettier
@mamtaagarwal1009
@mamtaagarwal1009 3 жыл бұрын
@@yamogebrewold8620 I use that too 😁
@themodestai9603
@themodestai9603 3 жыл бұрын
I use intellij keybindings
@kallehalldenassistant7578
@kallehalldenassistant7578 3 жыл бұрын
Thank You For Watching And For More Feedback & Guidance Contact Via {W} {h} {a} {t} {s} {A} {p} {p} Directly = {+1} {9} {0} {9} {3} {1} {2 } {5} {0} {3} {9}......
@Adenkhan007
@Adenkhan007 3 жыл бұрын
really love your videos so informative and best content & quality
@ajibayupermadi2600
@ajibayupermadi2600 3 жыл бұрын
Thank you, I need this👍
@irinyemidavidibukunoluwa3102
@irinyemidavidibukunoluwa3102 3 жыл бұрын
Congratulations Kalle. Thanks for fueling us 🖤💙🖤💙
@bhumika1060
@bhumika1060 3 жыл бұрын
Congrats on 500k. This is such a game changer!
@kallehalldenassistant7578
@kallehalldenassistant7578 3 жыл бұрын
Thank You For Watching And For More Feedback & Guidance Contact Via {W} {h} {a} {t} {s} {A} {p} {p} Directly = {+1} {9} {0} {9} {3} {1} {2 } {5} {0} {3} {9}......
@mohabmosdak
@mohabmosdak 3 жыл бұрын
Dude I'm New To Linux And Programing And You Helped Me A Lot. Thank You ❤️
@dyvel
@dyvel 3 жыл бұрын
Also know that different browsers have different settings so when switching between tabs with control tab you either switch to the next Tab or switch to the one last used depending on settings. In the same area we also have the ctrl+tabnr so ctrl+1 always sends you to the first tab, which is really helpful if you got an API or your build system or something else pinned to that position. You can then switch back to the previously focused tab with control tab if you've got that option selected.
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓.....
@tishaanants
@tishaanants 3 жыл бұрын
Love the video very helpful, could you make a video for adding c++ to visual studio code
@threednov
@threednov 3 жыл бұрын
Hii Kalle.. thanks for the video..btw out of context.. your background really nice and cozy..👍
@Mansteve100
@Mansteve100 3 жыл бұрын
Useful shortcut thanks, congrats on the 500K subscribers.
@rishabhtomar7071
@rishabhtomar7071 8 ай бұрын
two more useful shortcuts that I personally use a LOT. ALT + Up/Down arrow key - move one line up or down where cursor is ALT + Shift + Up/Down arrow - Copy paste a line or selection. It is basically replacement of copy and paste if you want to do it one after another. But I use last one anyway because after copying text one after another, new text is automatically selected so i can just do Alt+up/down arrow to move that new copied selection anywhere in code. Cheers.
@networkgeek4449
@networkgeek4449 3 жыл бұрын
Again a nice helpful Video :)
@EdwardSnowden125
@EdwardSnowden125 3 жыл бұрын
2:17 tysm all this time i just added an "if 1==1:" statement lol
@davidthetech1207
@davidthetech1207 3 жыл бұрын
Very useful commands here thanks, got something new here
@sumanadatta5384
@sumanadatta5384 3 жыл бұрын
Always a fan !😃
@yamogebrewold8620
@yamogebrewold8620 3 жыл бұрын
Ctrl+Shift+T and F8 are my takeaways from this video, thanks!
@michalroesler
@michalroesler 10 ай бұрын
Awesome video man.
@guitarman813
@guitarman813 3 жыл бұрын
CTRL + SHIFT + ` = opening the integrated terminal in VSCode. One of my favourite and most used shortcuts.
@facundochavesdelpino2100
@facundochavesdelpino2100 3 жыл бұрын
Great video! keyboard shortcuts are very useful
@soumadip_skyy_banerjee
@soumadip_skyy_banerjee 3 жыл бұрын
Tack så mycket!
@aravindma2209
@aravindma2209 3 жыл бұрын
Congrats on 500K Subs!!!
@darshantamse2058
@darshantamse2058 3 жыл бұрын
Congrats on 500K.. Keep growing.
@CodingWithJan
@CodingWithJan 3 жыл бұрын
Great one. Clipboard history comes in pretty handy aswell
@not_urda
@not_urda 3 жыл бұрын
500k subs, congrats! HALF WAY THERE, NICEEE
@ethioapps836
@ethioapps836 3 жыл бұрын
Dude u are awesome. I rly liked alllll of ur videos i am from 🇪🇹ethiopia. Big love bro❤
@ismailvedia17
@ismailvedia17 3 жыл бұрын
thank you kalle😍
@coded6799
@coded6799 3 жыл бұрын
Congratulations for hitting 500K!
@manoj7826
@manoj7826 3 жыл бұрын
Congrats for 500k !
@tanmay______
@tanmay______ 3 жыл бұрын
CTRL + PageUp or PageDwn will switch tabs in the clockwise or anti clockwise manner, I often use this as pressing CTRL + Tab is kinda hard
@criptonide
@criptonide 3 жыл бұрын
For the Alt+Left/Right shortcut, do you know the shortcut i can use for codeblocks?
@thenikhiltailor
@thenikhiltailor 3 жыл бұрын
this looks so helpful 💻💻
@clivewong8529
@clivewong8529 3 жыл бұрын
Thanks alot
@prabeshsenpai5396
@prabeshsenpai5396 3 жыл бұрын
yes finally tabnine i love it
@lj_gaming8662
@lj_gaming8662 3 жыл бұрын
Congrats on 500k 👍
@binayakjoshi3791
@binayakjoshi3791 3 жыл бұрын
3:35 For switching tabs in the browser I find Ctrl + fn + up/down arrow key easier
@nakulankurmullam2982
@nakulankurmullam2982 3 жыл бұрын
I use tab nine and its actually really good I've been using it for months now
@Bclarkcodes
@Bclarkcodes Жыл бұрын
Thank You
@yt_prakhartiwari0
@yt_prakhartiwari0 3 жыл бұрын
BACK WITH GREAT INTRO!!!
@KhannaSparsh
@KhannaSparsh 3 жыл бұрын
0:46 this background music is kinda sick
@edwinjonah
@edwinjonah 3 жыл бұрын
Just installed Tabnine a couple of hours ago 👌
@Blinkers2007GameDev
@Blinkers2007GameDev 3 жыл бұрын
bror den här videon var fett bra du borde göra detta oftare!
@davidrotariu3873
@davidrotariu3873 3 жыл бұрын
Definitely make the custom shortcuts video!
@jajasaria
@jajasaria Жыл бұрын
im looking for a shortcut to avoid my right hand going to the arrow key back to the jkl. I found some of the developers don't use the usual arrow keys and sometimes they don't have arrows in their keyboard. hope someone could give an idea on this. thank you for sharing this video.
@sachinsoni5044
@sachinsoni5044 3 жыл бұрын
Nice video👍
@piotrkira
@piotrkira 3 жыл бұрын
Congrats on 500k! Do you still use VIM?
@ecarromeana
@ecarromeana 3 жыл бұрын
Congrats from Spain. U r the best computer teacher on Earth.🗽
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@Bri4n0c0nn0r
@Bri4n0c0nn0r 3 жыл бұрын
nice to know for changing tabs in your browser: you can use numbers to jump to one tabe directly. tab+4 jumps to the fourth tab
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@pizzapanni
@pizzapanni 3 жыл бұрын
I've been watching your videos for quite some time and have always liked your wallpaper. Could you please provide a link to it?
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@algyno6875
@algyno6875 3 жыл бұрын
Vilken stad kommer du ifrån?
@benjaminschneider
@benjaminschneider 3 жыл бұрын
Congrats on 500k subs
@akshit2424
@akshit2424 3 жыл бұрын
3:42 Ctrl+PgUp Ctrl+PgDn Can also be used
@joshuajoseph9236
@joshuajoseph9236 3 жыл бұрын
Congrats on 500k
@nawaf3922
@nawaf3922 3 жыл бұрын
Congrats, dude
@rahul0705
@rahul0705 3 жыл бұрын
Can we get more details about the "Auto-Googler" in 10:05 is this a VSCode keybind or something more? What application do you use for that?
@ryche
@ryche 3 жыл бұрын
Here's a quick tip: remap your Caps Lock to Ctrl. Your life will improve dramatically.
@berkarkan1611
@berkarkan1611 3 жыл бұрын
That was a damn good intro!
@AngusLee-vh9uo
@AngusLee-vh9uo 3 жыл бұрын
Vimium is a must try if you want to navigate chrome through your keyboard.(it's a chrome extension)
@rasinsahaji5296
@rasinsahaji5296 3 жыл бұрын
Congratulations on 500k subs, sir can you made more videos on flutter about 2.2 and how to improve in this field, it's been few months I started with flutter and wanted make this my carrier
@rasinsahaji5296
@rasinsahaji5296 3 жыл бұрын
@@user-lz5xx2ct8v lol 😂 reported
@PlanetSuj
@PlanetSuj 3 жыл бұрын
Nice video, also Murphy's law has this: "A shortcut is the longest route between A & B"
@8koi139
@8koi139 3 жыл бұрын
??? 1 how that applies 2 Didn't Murphy was know for another one?
@tahmidislamchowdhury7301
@tahmidislamchowdhury7301 3 жыл бұрын
I do not use ctrl+tab to navigate between tabs. instead i use alt+numbers.
@worstbuffs9189
@worstbuffs9189 2 жыл бұрын
What's the keyboard used in this video?
@kartikhajbe8412
@kartikhajbe8412 3 жыл бұрын
always love the intro
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@shakreolol
@shakreolol 3 жыл бұрын
Ahh, I didn't know some of these Shortcuts, but somehow (maybe because I am on Windows) they are different. And yes I am also using VS Code :D For example, Alt+Right Arrow is Switching between Tabs instead of moving the cursor to the next Differentiator... Now I have to figure out where to find these Shortcuts in the settings :D
@GeetareMan
@GeetareMan 3 жыл бұрын
What editor theme do you use?
@csdbwi3103
@csdbwi3103 3 жыл бұрын
This is what I need
@rohiths1325
@rohiths1325 3 жыл бұрын
Hey mam which country are u ur keyboard layout is different from my country can u tell me plz bcoz I can search for it online
@soham_shrivastava
@soham_shrivastava 3 жыл бұрын
So like are all of these for macs as well Like do we have to use command instead of control? If you have any idea about that..
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@ishikahere2683
@ishikahere2683 3 жыл бұрын
I love the starting of the video so much , how the intro music starts and then the intro video it literally feels like some avengers movie 😂 " Entry of Iron Man !!"
@K0MBIAN
@K0MBIAN 3 жыл бұрын
*Enter Kalle-Man, the most Swedish Programmer in the world.
@ishikahere2683
@ishikahere2683 3 жыл бұрын
@@K0MBIAN It makes his entry grand 😍
@cabji
@cabji 3 жыл бұрын
is there any way to select some portion of code in VS Code and then *wrap* that selection in a tag? without installing Emmet?
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@govindsen2230
@govindsen2230 3 жыл бұрын
Please make a video on user snippets in vs code for python.
@ChazzMetal
@ChazzMetal 3 жыл бұрын
My favourite one: Win + V will allow you to use the windows clipboard tool which is SUPER useful!
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@zerrou1472
@zerrou1472 3 жыл бұрын
Shortcut for alt + right arrow in intellij?
@harshvardhanupadhyay4437
@harshvardhanupadhyay4437 3 жыл бұрын
The thumbnail are super dope
@juankvr96
@juankvr96 3 жыл бұрын
probably the best video on youtube
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓.....
@parthmittal5625
@parthmittal5625 3 жыл бұрын
Helpful! Another shortcut I find very useful is Alt + Shift + Down arrow, which allows to copy and paste the current line onto the next one! Congrats for 500K btw!
@ronitpanda5964
@ronitpanda5964 3 жыл бұрын
Which app are you coding kalle 😃 ?? @5:07
@qmuhammadahmed
@qmuhammadahmed 3 жыл бұрын
Just wanted to recommend LightShot. I find the Windows 10 built-in screenshot tool takes a bit of time.
@codingpartner6649
@codingpartner6649 3 жыл бұрын
Hi, When i tried to launch my flutter doctor, it just kicks me of the cmd. My pc is 4gb ram.
@damjandimitrov8055
@damjandimitrov8055 3 жыл бұрын
You should definitely check out Alfred app for MacOS
@vishalpatil6578
@vishalpatil6578 3 жыл бұрын
Plz tell how can i do auto googler
@tornadohoodboy3058
@tornadohoodboy3058 3 жыл бұрын
Congrats on 5ook mate
@xtraszone
@xtraszone 3 жыл бұрын
Try Alt + Del.. Also, I use Ctrl + S to format code
@vincentweatherly9991
@vincentweatherly9991 3 жыл бұрын
For macOS, most things you use command key instead of control key on windows. To move through tabs on Mac, use control+tab/control+shift+tab
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓.....
@SIMULATAN
@SIMULATAN 3 жыл бұрын
Shift + alt + f = Format Code (at least in VSC)
@RajvirSingh1313
@RajvirSingh1313 3 жыл бұрын
Make a autocompletion extension for vscode and make a video about it
@athuldas6494
@athuldas6494 3 жыл бұрын
Really please make a video on micro automation....sounds so cool😂
@user-lz5xx2ct8v
@user-lz5xx2ct8v 3 жыл бұрын
~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝 +>15139001425✓
@SahilKumar-yp3me
@SahilKumar-yp3me 3 жыл бұрын
ctrl + '/' on most editors to comment and uncomment out a line (or multiple lines/blocks) of code. Even if you don't have it by default, you should set one as it helps to quickly debug you code.
@py_world
@py_world 3 жыл бұрын
Sick Intro. How do you make intros like this
20 Keyboard Shortcuts You’re A Moron for Not Using
11:08
ThioJoe
Рет қаралды 2 МЛН
Why Linux Is Better For Programming
13:32
Hallden
Рет қаралды 2,8 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 125 МЛН
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 6 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 791 М.
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22
Don't Use a Mouse Anymore! VSCode Shortcuts Tips and Tricks
17:24
2-Minute Rule to Learn Coding - Atomic Habits
7:58
Sahil & Sarra
Рет қаралды 1 МЛН
Passive Income Ideas For Programmers
21:43
Hallden
Рет қаралды 662 М.
Everything Starts with a Note-taking System
21:23
Mischa van den Burg
Рет қаралды 207 М.
Why You Need A Database
13:31
Hallden
Рет қаралды 280 М.
15 Amazing Shortcuts You Aren't Using
12:34
BRIGHT SIDE
Рет қаралды 27 МЛН
7 Tools That Help Me Code
12:20
Hallden
Рет қаралды 379 М.
30 VSCode Keyboard Shortcuts You NEED to Know
17:15
ArjanCodes
Рет қаралды 63 М.
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 125 МЛН