Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>More Missing Features of VS Code Extension PackNew to Visual Studio Code? Get it now.
More Missing Features of VS Code Extension Pack

More Missing Features of VS Code Extension Pack

pinage404

|
1,236 installs
| (0) | Free
Opinionated collection of extensions that fills in the missing features of VS Code (technology and language agnostic)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

More Missing Features of VS Code Extension Pack

Opinionated collection of extensions that fills in the missing features of VS Code (technology and language agnostic [^almost])

Visual Studio Marketplace Installs Open VSX Downloads

[^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

{
	"local-history.absolute": true,
	"local-history.path": "~/Project"
}

Want to see more extension added?

Open a MR or an issue and i will to take a look

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft