Opinionated collection of extensions that fills in the missing features of VS Code (technology and language agnostic [^almost])
[^almost]: almost: it works with many tools but not all, yet
Features
Execute code
Highlights todo and comments
Toggle quotes and (camel, kebab, snake ...)cases
Display errors in the code next to the faulty line
History so you don't lose something before you commit it
Recommended settings
If you use make and you are not on Windows, add this to your settings to avoid the default Task Explorer setting: nmake
{
"taskExplorer.pathToMake": "make"
}
If you want to keep your directories clean, add this to your settings to save history in a global hidden folder, to avoid the default behavior of Local History which uses the ${workspaceFolder} to save history in a hidden folder