This certainly isn't the first time someone's made a list of their favorite VSCode extensions and it won't be the last, but these are mine! I'll st...
For further actions, you may consider blocking this person and/or reporting abuse
Great list you've compiled here.
Just FYI, VSCode now has Bracket Pair Colorization built-in to the editor by default.
The new native implementation is said to be more performant as well.
You'll need to disable the Bracket Pair Colorizer plugin and reload the editor. Then you can enable the VSCode implementation of it by adding this into the settings.json.
"editor.bracketPairColorization.enabled": true
James Q Quick video on this - youtu.be/KZC2_OMaEpc
I think that VS Code’s implementation doesnt draw a colorized line to the closing bracket sadly :(
That's why I also use the
rainbow indent
plugin.I think it does, just very lightly...
The
HTML tag wrapper
is also built into VS Code.To use it follow these steps:
Emmet: Wrap tag with abbreviation
For frequent use, you can set a keybinding to it as well
About the bracket per colorize I change to version 2 that is still get updated and go different new stuff
the creator itself suggests to move to the second one
The v1- stop been update in 2019
V2 - still is
Template string converter is a must-have for me now! Immediately going back from the bed in the middle of the night now just to install it and not forget about it. Thanks for sharing!
Great article!
You might consider changing your html wrapper to https://marketplace.visualstudio.com/items?itemName=bradgashler.htmltagwrap&ssr=false#review-details
Not only is it more consistent cross platform, but it allows you to wrap more than just elements, such as if you want to wrap some text in
or .
What about Prettier? Lol. Auto wrapping? How lazy are you? Lmao
I've got prettier, for sure and auto-wrapping has been turned on since the day I downloaded VSCode!
I’m new to VS and JS. Doing a career switch in tech and that’s important to me. Although not a fan of JS syntax. I’m skipping to React lol. Or Swift.
Hello Ronnie,
Nice to read this blog
Check Out Mine List for Best VScode Theme
thats a very good list of extensions, much needed. thank you for this list.
👏🏻👏🏻👏🏻
Amazing list! Thanks for sharing!
Nice research dude
Checkout my meme extension: marketplace.visualstudio.com/items...
This is such a great list of extensions!! Thank you so much for making this!!!!!!