20 Essential VS Code Extensions In 2024

  Рет қаралды 246,623

Traversy Media

Traversy Media

Күн бұрын

Пікірлер: 212
@TraversyMedia
@TraversyMedia 11 ай бұрын
Let us know which VS Code extensions that you use daily
@olaniyisunday4308
@olaniyisunday4308 11 ай бұрын
Which vscode theme are you using
@kidushh4426
@kidushh4426 11 ай бұрын
For code screenshot I prefer "code snap", but all are very imoprtant extensions thank you for sharing!
@koxafis
@koxafis 11 ай бұрын
I use Background by Katsute. The best extension if you want a background while coding. It's actually neat, and you get used to it pretty quickly. You can even put gifs and it's amazing. Also, I use a custom program to color rotate the hue of the colors of the borders of my editor, just like with rgb strip LEDs. Though this is a hack as I just update the settings.json on an interval which is not ideal. I wish there was an extension like that but I don't have the time to make it.
@dev-akeel
@dev-akeel 11 ай бұрын
/* Better comments */
@thelastninja4825
@thelastninja4825 11 ай бұрын
thank you :D
@bobdpa
@bobdpa 11 ай бұрын
Always nice to see videos from Traversy. I'm 10 years into my career and absolutely would not have learned as much as I did without Brad. Thank you!
@RightByte-wp2ii
@RightByte-wp2ii 2 ай бұрын
How long did it take you to become a sr. developer ?
@philipbollen4609
@philipbollen4609 11 ай бұрын
In my base profile I always include 3 must-have extensions, - Better Comment, and whenever I include custom comments I make sure to save them in the workspace so everybody has the same highlighting - Path intellisense, although not always needed whenever you start using paths in a project this one saves my time And the best for last, - Sonarlint, I absolutely love this extension, it works for multiple languages, and tells me all the code-smells which are in my projects (plus a simple page why it's bad and what it should be)
@programmingloop7
@programmingloop7 8 ай бұрын
Awesome suggestions. I don't really see the point of path intellisense as I think vscode, typescript etc covers that (unless I am missing something) but "better comment" and "Sonarlint" are great!
@stefangajic9207
@stefangajic9207 11 ай бұрын
Material Icon Theme, Image preview, Color Highlight, Auto Rename Tag, Auto Close Tag... Some simple extensions that make my life easier.
@outis99
@outis99 11 ай бұрын
Oh my god Multiple cursor case preserve is a game changer, I literally run in to this problem almost every day, THANK YOU
@mdcode
@mdcode 11 ай бұрын
Do you have the link to the official extension, the one he is using
@outis99
@outis99 11 ай бұрын
@@mdcode Pretty sure it's this one, just copy paste the id: Cardinal90.multi-cursor-case-preserve
@TraversyMedia
@TraversyMedia 11 ай бұрын
Yeah, something so simple but so useful
@v1r47
@v1r47 11 ай бұрын
I have been your subscriber since the start of my career. It is always so nice to watch your videos. I see you shed a lot of weight. Keep going man. Love everything that you do for the community.
@Kloud9Creative
@Kloud9Creative 11 ай бұрын
Looking good, Brad. I haven’t seen a vid pop up in quite some time.
@TraversyMedia
@TraversyMedia 11 ай бұрын
Thanks! Yeah the KZbin algorithm hates me lol. I refuse to do clickbait titles and 3 minute over-excited videos and that seems to be what works these days 🤷‍♂
@chivicks_hazard
@chivicks_hazard 11 ай бұрын
​@@TraversyMediawell at least I'll always your vids when they come up 😊
@zoltanhorvathandsomenumbers
@zoltanhorvathandsomenumbers 11 ай бұрын
​@@TraversyMedia That is why I love your content in the first place. You have a characteristic, calm voice, great style of speaking, coherent, slow pace, good quality content. Maybe that is not so popular nowadays, I really appreciate the value.
@AlVerGmz
@AlVerGmz 11 ай бұрын
Really appreciate the one "Multiple cursor case preserve" existing, thanks for the video and for letting me know it existed. Couple of them not mentioned here really good for me would be: - CodeMetrics - for code complexity - indent-rainbow - to add colors to the tabs of your file so you know what's the beginning and what's the end in a function with multiple ifs for example - Template String Converter - if you type ${ inside a simple quote with " or ' it will transform it to ` so you don't need to go and do it yourself everytime
@monkeydluffy2063
@monkeydluffy2063 11 ай бұрын
indent-rainbow feature has been available in vscode for a while now, you can uninstall the extension and turn the native feature on in settings
@monkeydluffy2063
@monkeydluffy2063 11 ай бұрын
@syedmohammadsannan964Ever thought about accessibility, maybe people have sight issues?
@Lucavalentine1776
@Lucavalentine1776 10 ай бұрын
Dude you look so healthy. I took a 3 year break from coding its good to see you.
@dlouhavideacz
@dlouhavideacz 11 ай бұрын
Thanks Brad, you and Will are actually my gurus and mentors.
@outis99
@outis99 11 ай бұрын
I recently started using Git lens at work, it's a must have for when working in a team
@craigleppan7164
@craigleppan7164 11 ай бұрын
Thanks, keeping me in tune like you always do. Great.
@MateuszModrzejewski
@MateuszModrzejewski 11 ай бұрын
Great video as always! I've been looking for something like Polacode for a while now. Will give some of the other ones a try as well 😀
@MK-Turtles
@MK-Turtles 9 ай бұрын
It is always a pleasure to see a new video from Traversy! Thanks!
@dancehalllyrics1303
@dancehalllyrics1303 11 ай бұрын
For the screenshot extension, I use one called Snipped. It works mostly in the same way as Polacode (which I didn’t know of beforehand), but the benefit of Snipped over Polacode is that it actually takes a screenshot of the code you’ve highlighted (or the entire file by default, if no specific part of your code has been selected).
@aronstone2700
@aronstone2700 11 ай бұрын
Awesome Video. Here are other good general Extensions I use: 1. Auto Close Tag - Automatically add HTML/XML close tag 2. Better Comments - create more human-friendly comments 3. Black Formatter - Python Text Formatter 4. Color Highlight - css/web colors found in your document.
@Beingbasu
@Beingbasu 2 ай бұрын
But VS also close the tag automatically right ? Like if just then it'll create it's end tag too what's the use of autoclose ??? (Im a beginner)
@aronstone2700
@aronstone2700 2 ай бұрын
@@Beingbasu Maybe the new VS updates do, I am unsure. Previously I believe it didn't. Do check the extension footnotes to get some idea on how it is unique compared to default features.
@kerimtim
@kerimtim 11 ай бұрын
Brad. Thank you so much, your content is undeniably great and to the point!
@BRBS360
@BRBS360 11 ай бұрын
Reopen closed Editor is like reopening a closed tab in browser. Very useful if you accidentally closed a file and quickly want to reopen it (also uses the Ctrl + Shift + T shortcut like in a browser).
@theDanielJLewis
@theDanielJLewis 11 ай бұрын
Great list! I added several of these. I especially like Multiple Cursor Case Preserve, which is going to be such a timesaver for me! Note on the Postman extension. After months of frustration, I found that _it_ was the reason the Refresh Browser extension wasn't refreshing when I would press Cmd-R.
@azeemrahman6416
@azeemrahman6416 6 күн бұрын
Awesome man, appreciate your content. This will make writing code "Hell Lot Easyyyyyyyy"
@Mac_boy734
@Mac_boy734 11 ай бұрын
i think it's been a minute, good job
@adm1nistration
@adm1nistration 11 ай бұрын
was just scrubbing my subscriptions after my daughter subscribed to every roblox channel there is and saw this again. You helped me starting in web dev my dude, legend!
@adrianmowat
@adrianmowat 11 ай бұрын
'chmod' and 'duplicate action' - simple but handy extensions. I used to have one in Atom that would automatically set the executable bit on any file with a `#!` line at the top but I have never found an equivalent in VSCode
@hcmac100
@hcmac100 7 ай бұрын
Thanks again Brad for all your great work
@Andris_Briedis
@Andris_Briedis 11 ай бұрын
The problem with "multiple cursors" type extensions, at least for me, is that you don't have to use them often enough to be worth learning them, remembering the commands. But even if I learn them, I forget them because I don't have to use them that often. So 50/50.
@TravisHi_YT
@TravisHi_YT 11 ай бұрын
ctrl+d is something every developer should know and use frequently, I feel like it's way faster than search and replace inside a single file
@adrianmowat
@adrianmowat 11 ай бұрын
Agreed but I'd definitely recommend learning to use the multi-cursor features of VSCode because they are an absolutely massive time saver.
@tuananhdo1870
@tuananhdo1870 10 ай бұрын
Oh, you dont have to do anyyhig wiyh that extension. Just install it and done
@programmingloop7
@programmingloop7 8 ай бұрын
I use it so often I'm surprise you say that
@mitrajeetgolsangi3586
@mitrajeetgolsangi3586 11 ай бұрын
Error lens is also nice to quickly find out errors detected in the code
@johnnkereuwem9295
@johnnkereuwem9295 10 ай бұрын
Hi Traversy hope you are good, noticed your looks has changed and very noticable, do take of yourself and great job you've done.
@NuncNuncNuncNunc
@NuncNuncNuncNunc 11 ай бұрын
With Console Ninja I've found that the logger is not useful, but what is useful is the count of times a message is logged, i.e. how many time a block is run. Could be useful to check if API is being called more than expected, for example. Would love it if the tool were actually dedicated to this and producing a summary of all marked locations.
@JonBrookes
@JonBrookes 11 ай бұрын
Thanks Brad, some I've not seen before and will now use. Your the boss. You asked about vscode extensions we use a lot, I have to say Dev Containers by MS. I use this daily and clone repos in container volumes in conjuration with Docker. It can take a bit of getting used to but has become a daily driver for me personally. I get consistent and reproducible dev environments and can switch from one system to another, syncing as I go. This makes me happy. Hope your doing ok.
@JustinDouglas-j4m
@JustinDouglas-j4m 11 ай бұрын
it's been a long time since i've seen one of these videos popup
@sadique_x_
@sadique_x_ 11 ай бұрын
i miss them
@tejusr5525
@tejusr5525 11 ай бұрын
Todo tree is also nice.
@fromagetriste
@fromagetriste 11 ай бұрын
you need to explain what it does for this to be a good comment
@programmingloop7
@programmingloop7 8 ай бұрын
Looks useful although I would argue writing TODOs in your codebase is a bad idea. Much better to have project management setup for this. Jira, Trello or something as simple as dynalist (it's not for project management but I use it because of its simplicity)
@tejusr5525
@tejusr5525 8 ай бұрын
@@programmingloop7 Yeah
@programmingloop7
@programmingloop7 8 ай бұрын
@@tejusr5525 Another point that I didn't mention is that if you want to not forget something before you commit then this is really useful. Let's say you're refactoring and want to make sure you don't forget to update jsdocs of your function then this is really handy. But this should be temporary TODOs that are resolved immediately. One should not commit them into the codebase. For that project management is best
@tejusr5525
@tejusr5525 8 ай бұрын
@@programmingloop7 yeah some time i use them to remind me to uncomment some code before pushing.
@TravisHi_YT
@TravisHi_YT 11 ай бұрын
Some of my unmentioned daily essentials: - Powermode - Rainbow indent - Todo Tree
@cbbcbb6803
@cbbcbb6803 11 ай бұрын
Why does Visual Studio Code have such a large number of extensions and other editors do not?
@nubnoobbo
@nubnoobbo 4 ай бұрын
Probably because of its popularity
@LordDSP3
@LordDSP3 3 ай бұрын
It's free, open source and easy to use
@IRgEEK
@IRgEEK 10 ай бұрын
Thanks for the updated recommendations!
@juansanchez1616
@juansanchez1616 11 ай бұрын
Bookmarks is my favorite, I didn't know about it, thanks!!!
@sujoykrhaldar
@sujoykrhaldar 11 ай бұрын
There is an extension called colourised brackets i guess which is super helpful for maintaining brackets related errors
@447necro8
@447necro8 11 ай бұрын
Some other good ones: - Auto Close Tag - Auto Rename Tag - Bracket Lens - Copy Filename - Change Case
@poncardas
@poncardas 11 ай бұрын
As always, thanks Brad!
@ladywebber1726
@ladywebber1726 8 ай бұрын
Thank you Brad 🥳
@VaibhavShewale
@VaibhavShewale 11 ай бұрын
some of them are really amazing
@AlphaFrog1021
@AlphaFrog1021 11 ай бұрын
instead of postman I use thunder client which is pretty good, you don't need to create account.
@1995taunus
@1995taunus 11 ай бұрын
Thank you for the great video!
@muhamedmouzoun
@muhamedmouzoun 11 ай бұрын
I'm still learning! I only use prettier and live server. I'm trying to do everything by myself.
@carlosrangel4500
@carlosrangel4500 11 ай бұрын
Awesome, Brad
@2pacgamer
@2pacgamer 9 ай бұрын
Thanks Brad, so useful !! :D
@bocarly354
@bocarly354 3 ай бұрын
Great course
@nathandereje345
@nathandereje345 11 ай бұрын
Added 4 on my lists, Tnx !!
@zouhairsahtout9682
@zouhairsahtout9682 11 ай бұрын
Thank you so much for sharing
@LasTCursE69
@LasTCursE69 11 ай бұрын
I usually like writing my own regexes, but it's nice to know about this extension now as well :D
@go_better
@go_better 11 ай бұрын
Thanks a lot! Awesome tutorial.
@Alazuofficial
@Alazuofficial 11 ай бұрын
Thank you Sir!
@aymenbachiri-yh2hd
@aymenbachiri-yh2hd 9 ай бұрын
Thank you , post more videos like this
@drankthetranquil
@drankthetranquil 7 ай бұрын
omg this is so helpful. thank you.
@fran_sar
@fran_sar 10 ай бұрын
Awesome video! Thank you
@RayAndrewsDev
@RayAndrewsDev 11 ай бұрын
Some really nice ones in there.
@2ru2pacFan
@2ru2pacFan 11 ай бұрын
Thank you Brad 🔥
@andrewshorts1198
@andrewshorts1198 11 ай бұрын
Thunder Client can replace PostMan
@thelastninja4825
@thelastninja4825 11 ай бұрын
i think PostMan is better
@codex_arch
@codex_arch 11 ай бұрын
No , thunder client so far better, give it a try
@2u841r
@2u841r 11 ай бұрын
Or Hoppscotch?
@codex_arch
@codex_arch 11 ай бұрын
@2u841r yeah , it's also a perfect app
@codex_arch
@codex_arch 11 ай бұрын
@@2u841r yeah its also a perfect app
@EnzoAuditore
@EnzoAuditore 9 ай бұрын
Thanks mate!
@sbylk99
@sbylk99 10 ай бұрын
Thank you sir very much!
@kevinfoendoe6987
@kevinfoendoe6987 11 ай бұрын
Very nice tutorial.
@mahdiandalib186
@mahdiandalib186 11 ай бұрын
thx man, you are the best
@theegreatestever2420
@theegreatestever2420 9 ай бұрын
Thanks a lot!
@code_with_sheynet
@code_with_sheynet 11 ай бұрын
Weldone Brad
@fahimsautomation1288
@fahimsautomation1288 11 ай бұрын
Thanks for sharing Awesome😀
@angelhdzdev
@angelhdzdev 11 ай бұрын
Thanks very useful🎉🔥
@Orionus83
@Orionus83 11 ай бұрын
I used to a few extensions to git, but Git Graph is the best.
@Earth_env
@Earth_env 8 ай бұрын
Great 👍
@a2m2tkyo
@a2m2tkyo 4 ай бұрын
I noticed intellisense doesn't work a lot of times in my projects. I followed along your react vite tutorial and things like onClick and json nested objects weren't showing up on intellisense autocomplete. Did you have some settings for that?
@九天之羽
@九天之羽 10 ай бұрын
1. Auto Complete Tag: include Auto Close Tag and Auto Rename Tag. 2. Better Comments: more human-friendly comments 3. color-highlight 4. Error Lens 5. Git Graph 6. Open in Browser 7. Path Intellisense
@九天之羽
@九天之羽 10 ай бұрын
8. Project Manager
@davidmorales8793
@davidmorales8793 3 күн бұрын
Is the Regex Snippets extension useful now even with Copilot?
@hashimabbas2508
@hashimabbas2508 11 ай бұрын
The OG ❤
@that_guy7809
@that_guy7809 Ай бұрын
i cant find the chatgpt extension on the extensions anymore. There are alot of extensions under chatgpt which one would you recomend
@sarkseven
@sarkseven 6 ай бұрын
The cursor thingy is my take home
@johnnydriesen7575
@johnnydriesen7575 11 ай бұрын
Thanks for your time & effort. Great vid, as always. One question... When explaing Quokka, you type "clg TAB" and it replaces into "console.log"... Did you write your own code-snippets, or is this an existing one (from a package, I mean) Thanks in advance for your time to reply.
@dev-akeel
@dev-akeel 11 ай бұрын
No it is by default in vscode without any extension
@johnnydriesen7575
@johnnydriesen7575 11 ай бұрын
@@dev-akeel Didn't know about that... Thanks for replying.
@vinaykumarkharwar177
@vinaykumarkharwar177 11 ай бұрын
@@johnnydriesen7575 You can also install many such extensions in vscode
@VforVanish
@VforVanish 11 ай бұрын
Looking buff!
@RameshKumar-ng3nf
@RameshKumar-ng3nf 2 ай бұрын
Hello , Please do reply. I am using VSCODE in darkmode theme. I wanted to Export the code as PDF in dark mode itself. How can i do it ? The Export of PDF is only working as light mode only and NO dark mode there.
@LEGnewTube
@LEGnewTube 11 ай бұрын
Surprised Codeium isn't on here instead of Copilot. It's incredible, I've heard it's better than Copilot, and it's free. Even more surprised that VS Code Pets isn't on here.
@owaisahmed7820
@owaisahmed7820 11 ай бұрын
Yes, good I'm using. It's free
@coding-master-shayan
@coding-master-shayan 6 ай бұрын
Gemini code assist is also good extension
@JoseMVelazquez
@JoseMVelazquez 11 ай бұрын
I'm trying to reduce my extension dependency (in editors, browsers, Linux), VSCode has built in formatting and linting for html, css, javascript... It might not be as feature rich as Prettier but, at least for me, it does the job.
@davitgogidze4310
@davitgogidze4310 11 ай бұрын
When should we expect your next course on Laravel?
@MovieExplainer-ps9bz
@MovieExplainer-ps9bz 4 ай бұрын
Try Preciser vscode extension
@aberattedaniketdatta4126
@aberattedaniketdatta4126 8 ай бұрын
Live preview
@_thechriscast
@_thechriscast 11 ай бұрын
Don’t forget my Tab Jumper extension
@monkeydluffy2063
@monkeydluffy2063 11 ай бұрын
I feel it is important to mention that ChatGPT is actually not from openai but developed by someone else. Although dev name is visible but still be careful.
@Design_no
@Design_no 11 ай бұрын
Quokka is pronounced Kwokker. In real life Its a small marsupial that is native to Rottnest Island, a small island off the West Australian coast.
@linuxon-s3f
@linuxon-s3f 10 ай бұрын
sir, which theme do you use?
@THEJPIndustry
@THEJPIndustry 11 ай бұрын
Are these extensions also available fr phpstorm? If not can you please make a video about goo phpstorm addons
@WebDevXpert
@WebDevXpert 9 ай бұрын
Top 10+ Essential VS Code Extensions In 2024 || Top 10 VSCode Extensions YOU MUST TRY! : kzbin.info/www/bejne/naDclZ6Cg7h_hrs
@estebansuarezcastro7053
@estebansuarezcastro7053 9 ай бұрын
Another alternative to Polacode could be 'CodeSnap'
@vivekpachouri4059
@vivekpachouri4059 7 ай бұрын
I use Paste JSON as Code by quicktype to convert http response to interface. I think it's woth adding to list
@DrewLandgrave
@DrewLandgrave 11 ай бұрын
Fyi Live Server on M2 mac can leave an orphaned node process with a memory leak that will ear up your CPU and RAM.
@nishantchandgude9037
@nishantchandgude9037 11 ай бұрын
Please make a similar video for the chrome extension for developers like AI tools and hacks
@lahmouriakram6433
@lahmouriakram6433 11 ай бұрын
Are all the github copilot alternatives gated behind a wallet ?
@LeoMcPherson-uv5qm
@LeoMcPherson-uv5qm 11 ай бұрын
i've got a challenge, try building an i-message clone with complete features
@kirillvoloshin2065
@kirillvoloshin2065 11 ай бұрын
thunder client looks much easier and doesn't propmpt for an account
@renehoxha6393
@renehoxha6393 11 ай бұрын
What do you think about devin
@yodkwtf
@yodkwtf 11 ай бұрын
what vscode theme is this?
@alman_harbi
@alman_harbi 11 ай бұрын
Brad, barely recognised you😮
@darianmorat
@darianmorat 11 ай бұрын
You missed the most important one... VIM EXTENSION
@mahmoudelagamy3761
@mahmoudelagamy3761 11 ай бұрын
What is VIM ?
@Andris_Briedis
@Andris_Briedis 11 ай бұрын
One of the very, very convenient things about PhpStorm is - no saving. More precisely, autosave. I forgot about ctrl + s. And if I have to work in some other environment, it is immediately painful. At first it was unusual. But now it is so organic that it is not understandable how it could be otherwise. And as long as you haven't closed the IDE, ctrl + z works. Plus there's always git reset. Maybe VS also has something like that.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 886 М.
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,4 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
20 Browser Extensions For Web Design & Development
14:27
Traversy Media
Рет қаралды 61 М.
The Best VSCode Extensions 2024
9:29
Coding With Adam
Рет қаралды 422 М.
This CSS Property Replaces Hundreds of Lines of Code
6:36
Web Dev Simplified
Рет қаралды 107 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 328 М.
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,3 МЛН
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 245 М.
7 Design Patterns EVERY Developer Should Know
23:09
ForrestKnight
Рет қаралды 333 М.
What if all the world's biggest problems have the same solution?
24:52
Set up a Mac for Power Users and Developers
1:00:34
Syntax
Рет қаралды 401 М.