The Best VSCode Extensions 2024

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • The best VSCode extensions. These are some of my favorite VSCode extensions that I use to increase my productivity. Checkout my video to learn more and see a demo of each extension.
    Extensions
    00:00 Intro
    00:07 Prettier
    00:33 Code Spell Checker
    01:08 ESLint
    01:31 Error Lens
    02:01 Material Icon Theme
    02:31 Live Server
    03:04 Auto Rename Tag
    03:25 Peacock
    03:58 Auto-Open Markdown Preview
    04:22 Markdown All in One
    04:49 Code Runner
    05:13 Jest
    05:46 Jest Runner
    05:56 Simple React Snippets
    06:22 GitHub Copilot
    06:46 IntelliCode
    07:11 YAML
    07:21 GitLens - Git Supercharged
    08:11 Git History
    08:36 Git Graph
    08:56 VSCode Pets
    #vscode #programming #coding #softwareengineer #productivity #webdeveloper
    Prettier is an opinionated code formatter.
    marketplace.visualstudio.com/...
    Code Spell checker
    marketplace.visualstudio.com/...
    EsLint
    marketplace.visualstudio.com/...
    Error lens display errors from EsLint and other tools next to the line.
    marketplace.visualstudio.com/...
    Material Icons
    marketplace.visualstudio.com/...
    Live Server is great for html, js, css live reloading of the browser
    marketplace.visualstudio.com/...
    Auto rename tag will automatically rename the closing tag for HTML or XML. In my opinion this is an overlooked feature that should be built into VSCode.
    marketplace.visualstudio.com/...
    Peacock change vs code color per a project.
    marketplace.visualstudio.com/...
    Auto-open Markdown is a great extension that will automatically open the preview of a MD file next to the edit version.
    marketplace.visualstudio.com/...
    Markdown All In One adds keyboard shortcuts and more for markdown.
    marketplace.visualstudio.com/...
    Code runner - Run code snippets right in VSCode. It supports many languages.
    marketplace.visualstudio.com/...
    Jest extension a fully featured test runner for Jest.
    marketplace.visualstudio.com/...
    Jest Runner is a great alternative to the jest extension that adds a run and debug button above each test plus various context menus to run tests.
    marketplace.visualstudio.com/...
    Simple React Snippets helps to speed up react development with many popular code snippets to write react code faster.
    marketplace.visualstudio.com/...
    Github copilot is an AI pair programmer right in your IDE. It can suggest lines or entire functions to write. GitHub Copilot uses a special version of GPT-3 that has been trained on a large body of public source code. I have used it in the past and found it very useful unfortunately it is no longer free and requires a monthly subscription.
    marketplace.visualstudio.com/...
    The IntelliCode extension is an AI Assistant for python typescript, javascript and java.
    IntelliCode is an AI-boosted upgrade to the built in intellisense code completion feature of VSCOde. It uses AI to provide more accurate suggestions for code completion. It does this by analyzing a developer's code context to make these better suggestions.
    It is not as powerful as GitHub Copilot, however the price tag is free.
    marketplace.visualstudio.com/...
    YAML - if you write any YAML install this for it’s awesome autocompletion and validation of YAML.
    marketplace.visualstudio.com/...
    GitLens - Git Supercharged as you can tell from the name adds a ton of git features to VSCode. The best feature is the git blame feature. It adds text to every line letting you know the last developer to modify the line of code. Unfortunately some of the features require a subscription.
    marketplace.visualstudio.com/...
    Git Graph is a graphical representation of your git log and allows you to perform actions from the graph.
    marketplace.visualstudio.com/...
    Git history is a graphical representation of your git log and allows you to perform actions from the graph.
    marketplace.visualstudio.com/...
    VSCode Pets adds cute pixelated pets to VSCode. Each pet has a different animation that can amuse you while you code. You can even toss a ball for them to chase.
    marketplace.visualstudio.com/...
  • Věda a technologie

Komentáře • 120

  • @dipereira0123
    @dipereira0123 Před 4 měsíci +58

    I have no f*cking clue of who tf thought that creating this PETs extension on VSCode was a good ideia. but god bless this person and his family.

  • @rand6626
    @rand6626 Před 6 měsíci +18

    Thanks for the tips. You can rename the html tags just pressing F2 on windows.

  • @atlantic_love
    @atlantic_love Před 5 měsíci +5

    One of the most helpful videos I've seen in years on CZcams.

  • @user-vw5fm9lv9v
    @user-vw5fm9lv9v Před 4 měsíci +7

    Thanks for sharing this great content...
    I found the "VSCode Essentials" Extension necessary as a web developer.

  • @ali0fawzi
    @ali0fawzi Před 3 měsíci +3

    Quality content over here, good work man keep it up, earned a new sub🤝

    • @CodingWithAdam
      @CodingWithAdam  Před 3 měsíci +1

      Thank you!!! Im really glad you enjoyed the video!

  • @wtv07
    @wtv07 Před 6 měsíci +1

    how can get this ( M, u , 1 or colourful circle) after my file names under left side menu of explorer/editor

  • @mona__KH
    @mona__KH Před 3 měsíci +2

    Thank you so much was super helpful!

    • @CodingWithAdam
      @CodingWithAdam  Před 3 měsíci +1

      You’re welcome! Glad the video was helpful!

  • @proflead
    @proflead Před 29 dny +2

    Thanks Adam! Very useful!

  • @tech_path_
    @tech_path_ Před 6 měsíci +2

    Great Video .. Keep going

  • @verdaisilplayz
    @verdaisilplayz Před 3 měsíci +1

    09:10 BRO ITS BEST VS CODE EXTENSION I THINK
    I FALL IN LOVE WITH THE EXTENSION

  • @ajayjoseph8722
    @ajayjoseph8722 Před 5 měsíci

    Where do we get an extension to dock third party software such as putty for example?

  • @abhilashpatel6852
    @abhilashpatel6852 Před 4 měsíci +3

    finally, someone not shouting at my face and explaining beautifully.

  • @MayankYdvv
    @MayankYdvv Před 5 měsíci +1

    which color theme you are using in this video ?

  • @user-wp8cp8gj8s
    @user-wp8cp8gj8s Před 4 měsíci +2

    Thank for the interesting video.

  • @Bullet-Sakamoto
    @Bullet-Sakamoto Před 9 měsíci +6

    Thank you Adam. I'll add some of those VSCode extensions. It's totally off topic, but how could I add a gif on canvas? I tried to add using ctx, but it doesn't move I expected. Only if you have time, could you please give me an idea? Thank you.

    • @CodingWithAdam
      @CodingWithAdam  Před 9 měsíci +5

      You’re welcome!
      If you are referring to drawing an animated gif it seems that it is not possible. You can animate images with a sprite sheet or multiple images as I have in my past tutorials. Here is a stackoverflow article that might help stackoverflow.com/questions/3062229/animated-gif-in-html5-canvas

    • @Bullet-Sakamoto
      @Bullet-Sakamoto Před 9 měsíci +3

      @@CodingWithAdam I tried to use an animated gif. It's good to know that's not possible. I think I need to start using a sprite sheet to make an animation. I mentioned before that my first tutorial was yours and the codd I wrote actually worked. That was 2021. Now 2023 and I still have the same passion as 2021. That time I didn't understand classes or even objects. I'm glad that I've kept going. Thank you.

  • @user-qm7nm5di6n
    @user-qm7nm5di6n Před 7 měsíci +3

    Good, did you try to use the extension Simpler Flutter Tasks

    • @CodingWithAdam
      @CodingWithAdam  Před 7 měsíci

      Thanks I have not I will take a look at that.

  • @vit944
    @vit944 Před 3 měsíci

    Добрый вечер. подскажите, пожалуйста, какая тема Vscode используется в этом видео?

  • @NickyDekker89
    @NickyDekker89 Před 3 měsíci +2

    VSCode Pets is def a must have.

  • @Odd-Variety
    @Odd-Variety Před 7 měsíci +2

    Thanks very nice

  • @siddhanttripathi5224
    @siddhanttripathi5224 Před 3 měsíci +2

    Helpful !

  • @HitarthComp
    @HitarthComp Před 3 měsíci +3

    I like All VSCode Extensions Thanks 😇😅

  • @eminem992i
    @eminem992i Před 4 měsíci

    What name of extension that say done wiht the second

  • @kostadinhariskov6137
    @kostadinhariskov6137 Před měsícem +2

    Thank you :)

  • @user-ow6tg7de6u
    @user-ow6tg7de6u Před 5 měsíci +1

    и мне же это и вправду очень нравится. я же рада видеть этот лучший контент. реально норм же тут тема

    • @CodingWithAdam
      @CodingWithAdam  Před 5 měsíci

      Thank you! I’m glad you enjoyed the video! 😁

  • @kjur0
    @kjur0 Před 2 měsíci

    1. You don't need preetier, as VS Code comes with many formatters built in, but if you prefer preetier offers more customizability and its ruleset can be easily shared via config files
    2. Live Preview by Microsoft is generally better than Live Server, even if only by smaller RAM usage
    3. VS Code has a feature like Auto Rename Tag you just have to find correct emmet function from command pallette
    4. All Code Runner does is adds one singular icon... everything else is built in functions that you can access by clicking F5

    • @raybolt3499
      @raybolt3499 Před 2 měsíci +1

      I use Code Runner to run code on CMD. It is very useful when I don't want to use the inbuilt terminal.

  • @freeinformation7877
    @freeinformation7877 Před 3 měsíci +2

    Thank you very much

  • @mito1558
    @mito1558 Před 8 měsíci +2

    how can i use prettier o downloaded then what, i cant find how i can use this

    • @CodingWithAdam
      @CodingWithAdam  Před 8 měsíci +1

      Checkout my video on how to install and configure prettier czcams.com/video/__eiQumLOEo/video.htmlsi=DRwA3ffixYQR7MS8

  • @user-uu3zx6xk6h
    @user-uu3zx6xk6h Před 4 měsíci +2

    cool video)

  • @coddude3284
    @coddude3284 Před 6 měsíci +1

    appreciate that

  • @Itachi_1824
    @Itachi_1824 Před 3 měsíci

    how does his code looks so colorful?

  • @motivefactoryy
    @motivefactoryy Před 5 měsíci

    Does anybody has annoying blue border line in each corners?

  • @fregattkapitany2608
    @fregattkapitany2608 Před 5 měsíci +1

    You do not need 'auto rename tag' because *Emmet* has a whole bunch of super useful built-in commands for adding - removing - updating - navigating between tags! Ctrl + Shift + P -> type Emmet: 'update tag' if for renaming, 'remove tag' is obvious, 'wrap with abbreviation' is for surrounding a tag or text with another one and 'go to matching pair' is to jump between opening and closing tags.

    • @ikbo
      @ikbo Před 5 měsíci +1

      or enable "linked editing" in settings.

  • @ovesarora1k
    @ovesarora1k Před 5 měsíci +1

    Try bootstrap icon,
    It will awesome man!

  • @lashuthierry9869
    @lashuthierry9869 Před měsícem +2

    The last one

  • @muhammadqaisarali
    @muhammadqaisarali Před 6 měsíci

    Spell corrector can't correct all the spells at once

  • @TioUngaro
    @TioUngaro Před 4 měsíci +1

    I like Live Preview

  • @AnimeisFeeling4Us
    @AnimeisFeeling4Us Před 4 měsíci +3

    I am 23 started learning JAVA 😅

  • @codelinx
    @codelinx Před 5 měsíci

    Is it just me or git lens is very invasive after the demo period....?

  • @johnettipio
    @johnettipio Před 3 měsíci +1

    You forgot the "Incredibly in Your Face" extension ;)

  • @ikbo
    @ikbo Před 5 měsíci

    auto rename is not built into vscode. set linked editing preference to true

  • @larrybud
    @larrybud Před 5 měsíci +1

    PlatformIO gents, if you're doing microcontroller work.

  • @user-rt1kv6su5o
    @user-rt1kv6su5o Před 5 měsíci +50

    Can a 20 year old still learn to be a programmer?

    • @sadxf5266
      @sadxf5266 Před 5 měsíci +19

      Of course, I am 23 years old and have been programming for about 14-15 months already. I know people who are starting at 29-30 years old; everyone progresses at their own pace, so no stress 😎

    • @CodingWithAdam
      @CodingWithAdam  Před 5 měsíci +21

      Of course 20 is not to late. I have known people that have change careers at the age of 40 or older to become software developers. It’s never too late to follow your passion! 😃
      As the other comment mentioned everyone progresses at different speeds. Don’t stress if someone is further ahead. Take your time to learn and practice coding!

    • @siamkhan2402
      @siamkhan2402 Před 5 měsíci +8

      Dude my teacher got into programming at the age of 31. Now he has a decent remote job.

    • @vijaysinghbisht3016
      @vijaysinghbisht3016 Před 5 měsíci +12

      20 is still a young age to start learning programming 😂

    • @itzs2dyk
      @itzs2dyk Před 5 měsíci +3

      heck yeah bro

  • @bigbong07
    @bigbong07 Před 2 měsíci

    I like the idea of sharing productive tools and extensions BUT why blowing up a light-weight purpose text editor? VS-Code is not supposed to be a IDE. With plugins it is not performant editor and not as smart as IDE. Change my mind.

  • @user-rt1kv6su5o
    @user-rt1kv6su5o Před 5 měsíci

    It's not too late to learn to be a programmer from the age of 20,