Five Great VS Code Extensions 2022

I have used many text editors and IDEâs over the years. VS Code is one of the most extensible editors. It is super customizable and there are over 40,000 extensions in their Marketplace at the time of this writing. These extensions are worth a look.
1. Live Server
It provides a quick way to launch a local development server with live reload.
2. TODO.md Kanban Board
Todo Kanban Board is a powerful tool that lets you create a basic yet interactive kanban task board. The board is saved as a plain text markdown file.
3. Better Comments
This one simply adds extra colors for special types of comments. I regularly use the âTODOâ type in my code so I can quickly see what I still need to address.
4. indent-rainbow
When your code gets complex with a lot of nested levels, indent-rainbow makes things more readable by highlighting the levels with alternating colors đ.
5. vscode-pets
I wouldnât describe this extension as productive. If you have ever thought âThe one thing that VS Code is missing is petsâ, then vscode-pets is for you.
Sprouts đą are early ideas that might need revision and attention.
Saplings đż are a step aboveânot fully developed but more fleshed out than sprouts.
Evergreens đ˛ are complete and likely won't be updated anymore.
Read more about my digital garden.