Here's my proposal to improve the development experience using Visual Studio Code extensions. It's not oriented to any languange and I'm also thinking in something like my-node-development-tools or something like that 🤔
A really Visual Studio explorer Theme to improve the icons and folders look & feel, more information in this link
Improved visual toolkit to handle git features, like file history or something better, in this link
I'm sure this one doesn't need any other explanation, more information here
I'm sure this one doesn't need any other explanation either, more information here
Interesting formatter for variety of programming languages, more information in this link
In case you need to see how many TODO
statements have in your code, link here
To improve the markdown default support, more information in this link
You can clone this repo, open it and accept the default intstallation process, or just copy the extensions.json content:
{
"recommendations": [
"Gruntfuggly.todo-tree",
"esbenp.prettier-vscode",
"ritwickdey.LiveServer",
"eamodio.gitlens",
"ms-azuretools.vscode-docker",
"yzhang.markdown-all-in-one",
"pkief.material-icon-theme"
]
}