Today, I am going to take a slight break from writing about JavaScript and re-visit my favorite editor, Visual Studio Code or VS Code. We are going...
For further actions, you may consider blocking this person and/or reporting abuse
For Autoclose tag I would replace it with Emmet plugin.
It expands things like: ul>li*2 into:
There are tons of things you can specify and generate html really quicky.
Emmet is definitely great. Autoclose is one-off tags you might be writing or if you are not used to Emmet. Thanks for the feedback ❤️
Great List!
Instead of polacode, I use codesnap! It has few configuration things and I personally like codesnap! (Another alternative -> carbon.now.sh)
We can use Zen mode Ctrl + K Z instead of an extension like presentation! Reducing the number of extensions running background.
Thanks! Zen Mode is what I use for coding. For presentation, especially on projectors (640x480), I have to stick with the Presentation plugin otherwise the code is not legible. I could manually zoom in when presenting, though.
Ohh! Then I try presentation mode!
Thank you bro!
Akin to the rainbow csv plugin (good find btw) There are several extensions that also colorize your brackets and braces -
Bracket Pair Colorizer is a godsend. It should be in VS Code by default. I will have to check out Rainbow Brackets.
I have about 42 extensions and I didn't want to list all of them so I had to pick 10 carefully.
I used Rainbow Brackets in Android Studio/IntelliJ for years, I'm so happy there is an equivalent for VSCode !
Thanks
Thanks for sharing.
Thanks for sharing.
I found one really cool vscode theme named
Jellyfish-x-retro
🚀🚀Do checkout: marketplace.visualstudio.com/items...
Thanks for sharing!