Let us know which VS Code extensions that you use daily
@olaniyisunday430811 ай бұрын
Which vscode theme are you using
@kidushh442611 ай бұрын
For code screenshot I prefer "code snap", but all are very imoprtant extensions thank you for sharing!
@koxafis11 ай бұрын
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-akeel11 ай бұрын
/* Better comments */
@thelastninja482511 ай бұрын
thank you :D
@bobdpa11 ай бұрын
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-wp2ii2 ай бұрын
How long did it take you to become a sr. developer ?
@philipbollen460911 ай бұрын
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)
@programmingloop78 ай бұрын
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!
@stefangajic920711 ай бұрын
Material Icon Theme, Image preview, Color Highlight, Auto Rename Tag, Auto Close Tag... Some simple extensions that make my life easier.
@outis9911 ай бұрын
Oh my god Multiple cursor case preserve is a game changer, I literally run in to this problem almost every day, THANK YOU
@mdcode11 ай бұрын
Do you have the link to the official extension, the one he is using
@outis9911 ай бұрын
@@mdcode Pretty sure it's this one, just copy paste the id: Cardinal90.multi-cursor-case-preserve
@TraversyMedia11 ай бұрын
Yeah, something so simple but so useful
@v1r4711 ай бұрын
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.
@Kloud9Creative11 ай бұрын
Looking good, Brad. I haven’t seen a vid pop up in quite some time.
@TraversyMedia11 ай бұрын
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_hazard11 ай бұрын
@@TraversyMediawell at least I'll always your vids when they come up 😊
@zoltanhorvathandsomenumbers11 ай бұрын
@@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.
@AlVerGmz11 ай бұрын
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
@monkeydluffy206311 ай бұрын
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
@monkeydluffy206311 ай бұрын
@syedmohammadsannan964Ever thought about accessibility, maybe people have sight issues?
@Lucavalentine177610 ай бұрын
Dude you look so healthy. I took a 3 year break from coding its good to see you.
@dlouhavideacz11 ай бұрын
Thanks Brad, you and Will are actually my gurus and mentors.
@outis9911 ай бұрын
I recently started using Git lens at work, it's a must have for when working in a team
@craigleppan716411 ай бұрын
Thanks, keeping me in tune like you always do. Great.
@MateuszModrzejewski11 ай бұрын
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-Turtles9 ай бұрын
It is always a pleasure to see a new video from Traversy! Thanks!
@dancehalllyrics130311 ай бұрын
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).
@aronstone270011 ай бұрын
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.
@Beingbasu2 ай бұрын
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)
@aronstone27002 ай бұрын
@@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.
@kerimtim11 ай бұрын
Brad. Thank you so much, your content is undeniably great and to the point!
@BRBS36011 ай бұрын
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).
@theDanielJLewis11 ай бұрын
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.
@azeemrahman64166 күн бұрын
Awesome man, appreciate your content. This will make writing code "Hell Lot Easyyyyyyyy"
@Mac_boy73411 ай бұрын
i think it's been a minute, good job
@adm1nistration11 ай бұрын
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!
@adrianmowat11 ай бұрын
'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
@hcmac1007 ай бұрын
Thanks again Brad for all your great work
@Andris_Briedis11 ай бұрын
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_YT11 ай бұрын
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
@adrianmowat11 ай бұрын
Agreed but I'd definitely recommend learning to use the multi-cursor features of VSCode because they are an absolutely massive time saver.
@tuananhdo187010 ай бұрын
Oh, you dont have to do anyyhig wiyh that extension. Just install it and done
@programmingloop78 ай бұрын
I use it so often I'm surprise you say that
@mitrajeetgolsangi358611 ай бұрын
Error lens is also nice to quickly find out errors detected in the code
@johnnkereuwem929510 ай бұрын
Hi Traversy hope you are good, noticed your looks has changed and very noticable, do take of yourself and great job you've done.
@NuncNuncNuncNunc11 ай бұрын
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.
@JonBrookes11 ай бұрын
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-j4m11 ай бұрын
it's been a long time since i've seen one of these videos popup
@sadique_x_11 ай бұрын
i miss them
@tejusr552511 ай бұрын
Todo tree is also nice.
@fromagetriste11 ай бұрын
you need to explain what it does for this to be a good comment
@programmingloop78 ай бұрын
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)
@tejusr55258 ай бұрын
@@programmingloop7 Yeah
@programmingloop78 ай бұрын
@@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
@tejusr55258 ай бұрын
@@programmingloop7 yeah some time i use them to remind me to uncomment some code before pushing.
@TravisHi_YT11 ай бұрын
Some of my unmentioned daily essentials: - Powermode - Rainbow indent - Todo Tree
@cbbcbb680311 ай бұрын
Why does Visual Studio Code have such a large number of extensions and other editors do not?
@nubnoobbo4 ай бұрын
Probably because of its popularity
@LordDSP33 ай бұрын
It's free, open source and easy to use
@IRgEEK10 ай бұрын
Thanks for the updated recommendations!
@juansanchez161611 ай бұрын
Bookmarks is my favorite, I didn't know about it, thanks!!!
@sujoykrhaldar11 ай бұрын
There is an extension called colourised brackets i guess which is super helpful for maintaining brackets related errors
@447necro811 ай бұрын
Some other good ones: - Auto Close Tag - Auto Rename Tag - Bracket Lens - Copy Filename - Change Case
@poncardas11 ай бұрын
As always, thanks Brad!
@ladywebber17268 ай бұрын
Thank you Brad 🥳
@VaibhavShewale11 ай бұрын
some of them are really amazing
@AlphaFrog102111 ай бұрын
instead of postman I use thunder client which is pretty good, you don't need to create account.
@1995taunus11 ай бұрын
Thank you for the great video!
@muhamedmouzoun11 ай бұрын
I'm still learning! I only use prettier and live server. I'm trying to do everything by myself.
@carlosrangel450011 ай бұрын
Awesome, Brad
@2pacgamer9 ай бұрын
Thanks Brad, so useful !! :D
@bocarly3543 ай бұрын
Great course
@nathandereje34511 ай бұрын
Added 4 on my lists, Tnx !!
@zouhairsahtout968211 ай бұрын
Thank you so much for sharing
@LasTCursE6911 ай бұрын
I usually like writing my own regexes, but it's nice to know about this extension now as well :D
@go_better11 ай бұрын
Thanks a lot! Awesome tutorial.
@Alazuofficial11 ай бұрын
Thank you Sir!
@aymenbachiri-yh2hd9 ай бұрын
Thank you , post more videos like this
@drankthetranquil7 ай бұрын
omg this is so helpful. thank you.
@fran_sar10 ай бұрын
Awesome video! Thank you
@RayAndrewsDev11 ай бұрын
Some really nice ones in there.
@2ru2pacFan11 ай бұрын
Thank you Brad 🔥
@andrewshorts119811 ай бұрын
Thunder Client can replace PostMan
@thelastninja482511 ай бұрын
i think PostMan is better
@codex_arch11 ай бұрын
No , thunder client so far better, give it a try
@2u841r11 ай бұрын
Or Hoppscotch?
@codex_arch11 ай бұрын
@2u841r yeah , it's also a perfect app
@codex_arch11 ай бұрын
@@2u841r yeah its also a perfect app
@EnzoAuditore9 ай бұрын
Thanks mate!
@sbylk9910 ай бұрын
Thank you sir very much!
@kevinfoendoe698711 ай бұрын
Very nice tutorial.
@mahdiandalib18611 ай бұрын
thx man, you are the best
@theegreatestever24209 ай бұрын
Thanks a lot!
@code_with_sheynet11 ай бұрын
Weldone Brad
@fahimsautomation128811 ай бұрын
Thanks for sharing Awesome😀
@angelhdzdev11 ай бұрын
Thanks very useful🎉🔥
@Orionus8311 ай бұрын
I used to a few extensions to git, but Git Graph is the best.
@Earth_env8 ай бұрын
Great 👍
@a2m2tkyo4 ай бұрын
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
@davidmorales87933 күн бұрын
Is the Regex Snippets extension useful now even with Copilot?
@hashimabbas250811 ай бұрын
The OG ❤
@that_guy7809Ай бұрын
i cant find the chatgpt extension on the extensions anymore. There are alot of extensions under chatgpt which one would you recomend
@sarkseven6 ай бұрын
The cursor thingy is my take home
@johnnydriesen757511 ай бұрын
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-akeel11 ай бұрын
No it is by default in vscode without any extension
@johnnydriesen757511 ай бұрын
@@dev-akeel Didn't know about that... Thanks for replying.
@vinaykumarkharwar17711 ай бұрын
@@johnnydriesen7575 You can also install many such extensions in vscode
@VforVanish11 ай бұрын
Looking buff!
@RameshKumar-ng3nf2 ай бұрын
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.
@LEGnewTube11 ай бұрын
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.
@owaisahmed782011 ай бұрын
Yes, good I'm using. It's free
@coding-master-shayan6 ай бұрын
Gemini code assist is also good extension
@JoseMVelazquez11 ай бұрын
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.
@davitgogidze431011 ай бұрын
When should we expect your next course on Laravel?
@MovieExplainer-ps9bz4 ай бұрын
Try Preciser vscode extension
@aberattedaniketdatta41268 ай бұрын
Live preview
@_thechriscast11 ай бұрын
Don’t forget my Tab Jumper extension
@monkeydluffy206311 ай бұрын
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_no11 ай бұрын
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-s3f10 ай бұрын
sir, which theme do you use?
@THEJPIndustry11 ай бұрын
Are these extensions also available fr phpstorm? If not can you please make a video about goo phpstorm addons
@WebDevXpert9 ай бұрын
Top 10+ Essential VS Code Extensions In 2024 || Top 10 VSCode Extensions YOU MUST TRY! : kzbin.info/www/bejne/naDclZ6Cg7h_hrs
@estebansuarezcastro70539 ай бұрын
Another alternative to Polacode could be 'CodeSnap'
@vivekpachouri40597 ай бұрын
I use Paste JSON as Code by quicktype to convert http response to interface. I think it's woth adding to list
@DrewLandgrave11 ай бұрын
Fyi Live Server on M2 mac can leave an orphaned node process with a memory leak that will ear up your CPU and RAM.
@nishantchandgude903711 ай бұрын
Please make a similar video for the chrome extension for developers like AI tools and hacks
@lahmouriakram643311 ай бұрын
Are all the github copilot alternatives gated behind a wallet ?
@LeoMcPherson-uv5qm11 ай бұрын
i've got a challenge, try building an i-message clone with complete features
@kirillvoloshin206511 ай бұрын
thunder client looks much easier and doesn't propmpt for an account
@renehoxha639311 ай бұрын
What do you think about devin
@yodkwtf11 ай бұрын
what vscode theme is this?
@alman_harbi11 ай бұрын
Brad, barely recognised you😮
@darianmorat11 ай бұрын
You missed the most important one... VIM EXTENSION
@mahmoudelagamy376111 ай бұрын
What is VIM ?
@Andris_Briedis11 ай бұрын
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.