VS Code Extensions you absolutely need in 2021

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии • 234

  • @yannick4197
    @yannick4197 2 года назад +100

    00:00 Intro
    00:18 Theme: One Dark Pro
    01:32 Auto Close Tag
    02:44 Auto Rename Tag
    03:28 React Native Tools + ES7 React/Redux/GraphQL/React-Native Snippets
    07:07 Code Spell Checker
    05:00 Tipp: Filter for popular extensions
    05:20 ESLint
    05:33 Prettier - Code formatter
    06:08 Liver Server
    06:35 vscode-icons
    07:10 Bracket Pair Colorizer
    07:55 Live Share (colloborative editing)
    08:58 DotENV
    09:22 Quokka.js
    10:10 Outro

  • @parbezbarbhuiya7009
    @parbezbarbhuiya7009 3 года назад +32

    1:45 auto close and auto rename are now available inbuilt with vs code you just needs to turn them on in setting.json and no extra extension are required

    • @AdrianTwarog
      @AdrianTwarog  3 года назад +2

      That’s cool didn’t know!

    • @baltaza
      @baltaza 3 года назад +1

      ​@@AdrianTwarog You don't even need to turn nothing on, since I installed VSCode almost 6 months ago is been that way

    • @MrTHOMASisBack
      @MrTHOMASisBack 3 года назад

      Auto rename is not

    • @parbezbarbhuiya7009
      @parbezbarbhuiya7009 3 года назад +3

      @@MrTHOMASisBack it's present
      If it's not working in your vs code just add
      "editor.linkedEditing": "true" in your setting.json file

    • @MrTHOMASisBack
      @MrTHOMASisBack 3 года назад

      @@parbezbarbhuiya7009 Thanks mate!

  • @jusatin
    @jusatin 3 года назад +113

    To make this video better, you could have timed the extensions in the timeline, as well as write them down in the description.

    • @rami2211
      @rami2211 2 года назад

      Don’t tell me don’t have time to watch 8 mins video?

  • @kaynesheenan
    @kaynesheenan 3 года назад +6

    you're definitely my favourite coding youtube!
    great content.

    • @AdrianTwarog
      @AdrianTwarog  3 года назад +1

      That's great to hear! thanks :)

  • @miloslav1999
    @miloslav1999 2 года назад +1

    I downloaded all the extentions, happy to start programing :)

  • @redux5153
    @redux5153 3 года назад +4

    I love the camera spins haha! awesome transitions :)

  • @ShajidHasan
    @ShajidHasan 3 года назад +14

    1. You don't need auto close tag if you have Emmet, which you most certainly do.
    2. You don't need auto rename tag either. There's a setting called "linked editing" in vscode itself to enable that.

    • @mahmoudalhussain9291
      @mahmoudalhussain9291 3 года назад +7

      3. No need to brackets pair colorizer either, this feature has been added to VsCode recently

  • @hemachandrang6284
    @hemachandrang6284 3 года назад +5

    Instead of Auto Rename Tag, you could click on the tag you wanna rename, and press F2. It will update the tag's pair. #oneLessExtension

  • @F0RLORN
    @F0RLORN 2 года назад +1

    I'm very new and I must say that the plugins shown in this video will surely save me a lot of headache. So, thanks for making this video.

  • @andylee5969
    @andylee5969 2 года назад +1

    Thumbs up!
    Now VS Code has its own Bracket Pair Colorizer feature btw.

  • @hunterjiang5894
    @hunterjiang5894 3 года назад +2

    I love the design of his office, and theme of course.

  • @harryfieldson
    @harryfieldson 3 года назад

    Fyi regarding the auto close tag thing, there's actually an even faster way. If you're using VS Code it has Emmet already integrated into it. So let's say you're looking for a H2 tag - if you were to type the letter "h" with nothing else it'll suggest H1 through H6 and arrow keys + tab or a simple mouse click and you've got | written out for you so you can type in the middle of it right away. No plugins needed :)

  • @Ctrl_Alt_Elite
    @Ctrl_Alt_Elite 3 года назад +12

    4:30 yesterday I spent hours trying to solve an error that I had with styled-components... turns out I wrote "theme.color" instead of what should have been "theme.colors"... I was ready to flip the desk when I found out what caused the error 😂💀

  • @ThistleBlue
    @ThistleBlue 3 года назад +3

    Wait, my VS Code auto closes tags already. Without the extension. Maybe it's not needed after all

  • @ClaudioBernasconi
    @ClaudioBernasconi 3 года назад +8

    Great extensions! I never liked the diffently colored brackets, but I'll give it another try. Also, I installed the icons extension. I never heard of it before and as a first impression, it looks great! Thanks for sharing your best VS Code extensions with us, Adrian!

  • @garfield584
    @garfield584 3 года назад

    I think you’re my guest for a beer! How awesome is the bracket pair colorizer extension!!

  • @benamiel6180
    @benamiel6180 3 года назад

    Auto close tag is very good but you can type the name of the tag like div and press tab it will create it automatically

  • @taariqq
    @taariqq 3 года назад +1

    Thank you!

  • @LiranTal
    @LiranTal 3 года назад +8

    Good collection!
    Another one to consider adding for your next video on these is Vuln Cost.
    It adds immersive security insights while programming - detect vulnerabilities in third-party open source packages automatically while you code.

  • @princecaleb07
    @princecaleb07 3 года назад

    Pls how I enable c# error squiggles in vscode?

  • @josephhevey4735
    @josephhevey4735 Год назад

    Hi, I’m new to coding , I added prettier to vs code but I can’t get it to work. I have seen several videos that say change it to your default formatter and format on save in settings which I have done. Neither made a difference. I’m getting the prettier icon on the bottom right of the application. If anyone can help it would be appreciated thanks.

  • @naolchala4354
    @naolchala4354 3 года назад +1

    I love the turning

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      Hahah trying to mix it up a little!

  • @stefanwebdev1803
    @stefanwebdev1803 2 года назад

    Hello I have a problem : on my extension Bracket Pair Colorizer 2 , it says [Deprecated] .What it means and how to fix it?

  • @shahriarislam5107
    @shahriarislam5107 3 года назад

    Can you tell me why this is show like

  • @digitalminister5687
    @digitalminister5687 3 года назад +1

    My setup is:
    - Fira Code font
    - Minimal Fedu theme
    - Sidebar, notification bar are hidden. I toggle the file explorer using Ctrl Shift E
    - Chalice Icons

    • @rxn7
      @rxn7 3 года назад

      based

  • @ImDino
    @ImDino 2 года назад

    I highly recommend Leaper for tabbing out of quotations and parentheses etc.

  • @alanlevy1986
    @alanlevy1986 3 года назад

    what do you do if you don't have this side menu? i tried to look up Prettier and its not coming up when i click main menu Extensions.

  • @elghark
    @elghark 2 года назад

    As Atom is closing ,I'm a bit desperate as I'm going to miss Hydrogen extension. I'm going to switch to VS Code and I'd like to know if exists an extension similar to Hydrogen for executing codes just below my code lines (and NOT in the terminal window)

  • @mariposa.2507
    @mariposa.2507 Год назад

    I saw in another video that you for example type .enabled and it gives you a tag an a class and a closing-tag. What's the name of the extension?

  • @DevNightly
    @DevNightly 2 года назад

    do we have a 2022 version?

  • @coderlicious6565
    @coderlicious6565 2 года назад

    Anyone know a good scratch pad extension, where you can just click on a button inside vscode and access an ongoing simple file that you're making continual notes on?
    If I search youtube all I get is a little of "best extensions" videos like this one, and you don't know, if any of them even mention it.

  • @fatoyeoluwaseun
    @fatoyeoluwaseun 2 года назад +1

    Great video!

  • @migueldomingos4570
    @migueldomingos4570 3 года назад +3

    What's a functionless react component?🤔🤔

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      Interesting question! I think maybe, a class one?! Or maybe I meant to say functional.... whoops!

    • @neo6259
      @neo6259 3 года назад

      Probably, a component without behaviors. Just contains the state and UI. Not sure if that's what it means. It's just an assumption.

  • @realshlimshady8966
    @realshlimshady8966 3 года назад +1

    How do I auto complete commands in terminal (based on prev commands)...have seen a lot of youtubers used it...never figured out how to... please share if you know how to.😀

  • @suneiang
    @suneiang 2 года назад

    what is the screenbrush software that he used? someone pls help!

  • @sumitpurohit8849
    @sumitpurohit8849 3 года назад +3

    Thanks a lot for this video sir.
    I loved those extensions.

  • @delulu6969
    @delulu6969 3 года назад +2

    I've been stalling to customize my vs code out of laziness to search. You gave out most of the functionalities I've been wishing for! Thank you!

  • @thegamingguy7372
    @thegamingguy7372 3 года назад +1

    but we actually don't need closing tag additional extension because it is appears by default in html coding in vs code

  • @battulgabatkhuyag8048
    @battulgabatkhuyag8048 3 года назад

    Hi 👋 , I want create a simple *exchange website by cloning and cutting 80% of the function, what extentions may help? What could may help?

  • @AndrewAHayes
    @AndrewAHayes 3 года назад

    I am trying to build a 3d printer firmware (Marlin) but when I have finished the config files and am ready to build I get an error with a request to update my include path and I am informed that squiggles are disabled, How can I fix this?

  • @KartikRao
    @KartikRao 3 года назад +1

    Auto Close Tag and Auto Rename Tag functionality was added to VS Code. You don't need those now. Great list btw.. :)

  • @mwaqze
    @mwaqze 3 года назад +5

    Can you add timestamps please? That will be quite helpful

  • @luckylucky-ey2gn
    @luckylucky-ey2gn 3 года назад +1

    When save your file then auto indentation of your code.
    What is the name of vs code extension.

  • @PRATIK1900
    @PRATIK1900 3 года назад

    If you like the colors of One Dark Pro, but the contrast is too low for you (it looks very whitish/high gamma), check out Atom One Darker theme. Thank me later.

  • @thomasshelby6460
    @thomasshelby6460 3 года назад

    I have problem with VS Code Live Server. It doesn't refresh automatically. It's very annoying and time consuming. Please help!!

  • @dfordemo981
    @dfordemo981 3 года назад

    how can i download the vscode 32bit for widnows 7, i am using an old machine somewhere, i can't find the

  • @MotiviqueStudio
    @MotiviqueStudio 3 года назад

    Thanks for this. I had been using a proprietary workspace and had to figure out the different between editors and ides and it was just a bit more than I wanted to deal with on a Friday night. This helped.

  • @J.A.25
    @J.A.25 3 года назад +1

    I can't add python to vs code so l can start writting my first code in it.
    Please some help.🙂

  • @yassin_eldeeb
    @yassin_eldeeb 3 года назад +2

    Can you please make a video about designing like an E-Commerce dashboard, It's really hard to design a good one, and You're really know what you're doing in designing and development too.

    • @AdrianTwarog
      @AdrianTwarog  3 года назад +1

      Yeah sure!

    • @pastuh
      @pastuh 3 года назад

      For administrators such dashboard comes with time..

    • @yassin_eldeeb
      @yassin_eldeeb 3 года назад

      @@AdrianTwarog 😯 Oh thank you

  • @noelemmanuel5715
    @noelemmanuel5715 3 года назад +1

    Nice video adrian twarog , although I had some of these extensions,this video made me discover more extensions to ease my workflow

  • @fazzyakamello
    @fazzyakamello 3 года назад +6

    Can’t wait for the 2021 edition! :D

  • @fmmustafa
    @fmmustafa 3 года назад +1

    hey adrian please tell us about google people api .. and how can we use it ... for me in react

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      I did a video on google firebase api worth checking out

    • @fmmustafa
      @fmmustafa 3 года назад +1

      @@AdrianTwarog yes I know but there's less videos on people api please tell us how can we implement .. it

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      I got one planned like this!

    • @fmmustafa
      @fmmustafa 3 года назад

      @@AdrianTwarog already man thanks ... 🔥🔥

  • @stefankonig2731
    @stefankonig2731 3 года назад +1

    Does anyone know of an vscode extension that suggests css variables (--variable) from another JS file for styled component files?

  • @zackz6600
    @zackz6600 2 года назад

    amaaaaaziiiiiiing

  • @baqirhemani
    @baqirhemani 3 года назад

    @Adrian why don't we use Kite more?

  • @dfordemo981
    @dfordemo981 3 года назад

    video is awesome a lot of useful stuffy, but i am stucked in that, whenever i mix php and html, the vscode autocompletions got mess up, php autocompletions are showing in html area and html autocompletions are showing in php area , and i don't want that. I want the php autocompletes only inside and html autocompletes in html area only_______
    i have asked this question but no good solution found

  • @dewinchy
    @dewinchy 3 года назад

    1:17 "having a harsh light isn't the best thing" - telling this having harsh lights all around in the room :)

  • @iamsanish10
    @iamsanish10 3 года назад

    isn't there any extensions that recommends attributes after a tag is typed for HTML?

  • @Talagando
    @Talagando 2 года назад

    Perfect video !! Tks 👍🏻

  • @snowsol
    @snowsol 3 года назад +1

    hey @Adrian Twarog, why do you produce content in 4k60? its a huge file size.

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      Didn't really consider it too much, do you reckon I should reduce it, I just assumed youtube will downsample it to all quality versions?

  • @IkraamDev
    @IkraamDev 3 года назад +2

    I recently started using VIM.

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      How is it?

    • @IkraamDev
      @IkraamDev 3 года назад

      @@AdrianTwarog I’m using my mouse too much lol

  • @sder-v2v
    @sder-v2v 3 года назад +2

    How many takes to the opening scene?

    • @AdrianTwarog
      @AdrianTwarog  3 года назад +1

      More than one, less than a hundred!

    • @sder-v2v
      @sder-v2v 3 года назад

      @@AdrianTwarog 🤣😂

  • @Xbot4Life
    @Xbot4Life 3 года назад

    ive just jumped from coffeecup to vscode and vscode is a revelation, its brill. but i fear too many addons because if i end up working at a company that doesn't use vscode, ill lose the luxuries and probably suffer

  • @miguelhyto54
    @miguelhyto54 3 года назад

    ayu is good to, its a theme i recommend it if you're watching for cool themes

  • @diwakardayal954
    @diwakardayal954 3 года назад

    10/10 no bs straight to the point thanks

  • @Isawa__nando
    @Isawa__nando 2 года назад

    thanx now i finally can make what ever game i want 🤩🤩🥰

  • @JG_4D
    @JG_4D 3 года назад

    This is awesome! Thanks for these valuable plugins, especially for us learning code!

  • @manab787
    @manab787 3 года назад

    What do you use to create the arrow in 3:11?

  • @suhanisingh8139
    @suhanisingh8139 3 года назад +1

    thx it helped me a lot :)

  • @ujenbasi9495
    @ujenbasi9495 3 года назад +1

    can you suggest me some projects to practice in html CSS and JavaScript like website template

  • @anoopmoji8768
    @anoopmoji8768 3 года назад

    You don't have an extension for debugging YAML. 🙏🏼🙏🏼🙏🏼 Please make a video about this

  • @CFedits62
    @CFedits62 2 года назад

    The most needed extensions
    One dark pro
    Auto close tag
    Auto rename tag
    React native tools+
    Code spell checker
    Prettier
    Vs code icons

  • @FalseHuman
    @FalseHuman 3 года назад +2

    Thank you, Adrian👍

  • @g-gar9135
    @g-gar9135 3 года назад +1

    I hate themes with red fonts, it always makes me think something is wrong.

  • @humphreyyeboah7764
    @humphreyyeboah7764 3 года назад

    What about Mithril Emmet?
    Make typing html really fast

  • @chrisxiong3497
    @chrisxiong3497 3 года назад +1

    They are all very helpful, wish this video was post early and it will save me hundreds of hours to debug.

  • @thatone5350
    @thatone5350 2 года назад

    None are groundbreaking must haves as you hyped them up for.

  • @aldenmoran9823
    @aldenmoran9823 2 года назад

    how do I get onyx on vs code

  • @ethioapps836
    @ethioapps836 3 года назад

    thank you . helped me a lot as a beginner programmer

  • @TheZaheer82
    @TheZaheer82 3 года назад

    " *The token && is not a valid separator in this version* "
    Please i need _🙏 😫 😭 😩 a solution for this problem whenever I run code this pops up please please_

    • @parbezbarbhuiya7009
      @parbezbarbhuiya7009 3 года назад +1

      Which language are you using

    • @TheZaheer82
      @TheZaheer82 3 года назад +1

      @@parbezbarbhuiya7009 c++ please help

    • @parbezbarbhuiya7009
      @parbezbarbhuiya7009 3 года назад +1

      @@TheZaheer82 oh sorry I m not much familiar with c++. Try to goggle it

    • @TheZaheer82
      @TheZaheer82 3 года назад +1

      @@parbezbarbhuiya7009 even google also don't have much results and the other ones don't work

    • @TheZaheer82
      @TheZaheer82 3 года назад +1

      @@parbezbarbhuiya7009 no problem

  • @mwaqze
    @mwaqze 3 года назад +1

    Thank you so so much!!! You are a life saviour

  • @philchen371
    @philchen371 3 года назад

    Bracket pair coloring has been added as built in since 1.60

  • @mayankvaswani5400
    @mayankvaswani5400 3 года назад +5

    Hey check Material Product Icons it is a new feature in vscode I love it I bet u will too

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      I will, haven't seen that one before

  • @MegumiKami
    @MegumiKami 3 года назад

    I love you, thanks!

  • @cr4228
    @cr4228 3 года назад

    I have vsc and use pythonn3.9.5. Now I cant debug. Message: I dont have a batch

  • @ankithabhayan324
    @ankithabhayan324 3 года назад +1

    You forgot that the year just went by

  • @cr4228
    @cr4228 3 года назад

    Completed at wits end.

  • @OMorningStar
    @OMorningStar 3 года назад

    If you don't want to publish theme but want to use it, just copy to extensions folder :D

  • @tomaasmonaco
    @tomaasmonaco 3 года назад +1

    Auto rename tag is now a VS built-in function

  • @PrimephotoStudio
    @PrimephotoStudio 3 года назад

    Nice video, thank you for sharing it with us, very helpful.

  • @mwaqze
    @mwaqze 3 года назад

    Hi Adrian, what would you recommend? Bracket Pair Colorizer version 1 or 2!

    • @iahmadsaeed11
      @iahmadsaeed11 2 года назад

      Go to Vscode settings and search "bracketPairColorization", just enable it. You don't need to download any extention.

    • @mwaqze
      @mwaqze 2 года назад

      @@iahmadsaeed11 thank you, much appreciated.

  • @goksermov
    @goksermov 3 года назад

    the fact that Sublime Text already has auto tag close... Such a great thing could be good as Vscode

  • @ubejdhaziri4163
    @ubejdhaziri4163 3 года назад

    1:50 but doesn't emmet do that?

  • @nro337
    @nro337 3 года назад

    Great tips!

  • @abhaytiwari6411
    @abhaytiwari6411 3 года назад +1

    I want some tutorial type video from your side . I hope you will made it

    • @AdrianTwarog
      @AdrianTwarog  3 года назад

      I have a big one coming up, I prefer doing extra long ones when I can but they always take lots of work, and sadly they also seem to go poorly :(

  • @usmanmunir1559
    @usmanmunir1559 3 года назад +1

    All extensions are awesome ... but code spell checker is so cool I need some extension like that but I can't find that one ... Thanks 💜

  • @rahimeinollahi1
    @rahimeinollahi1 3 года назад

    Very informative

  • @UndeadAlv
    @UndeadAlv 2 года назад

    Being expressive is good and makes people invested
    But when you are TOO expressive, it jumps to uncanny valley.

  • @ratul1125
    @ratul1125 3 года назад

    I use this theme - " The best theme " ...Probably the best try it

  • @felicytatomaszewska
    @felicytatomaszewska 2 года назад

    the super bight white light in the background in this video is really causing strain on the viewers eyes....