Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Auto Insert CommaNew to Visual Studio Code? Get it now.
Auto Insert Comma

Auto Insert Comma

LeonQin

|
5,417 installs
| (5) | Free
Automatically insert JSON/javascript Object comma.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto insert Comma

Automatically add JSON/JavaScript Object comma.

Usages

Just Enter or CMD(Ctrl) + Enter in the file.

Usage

Extension Settings

Default value.

{
  "auto-insert-comma.enableAutoInsertComma": true
}
{
  "auto-insert-comma.activationFiles": [
      "json",
      "html",
      "javascript",
      "typescript",
      "vue",
      "javascriptreact",
      "typescriptreact",
      "php",
      "ejs",
      "jinja",
      "plaintext",
      "markdown",
      "python"
     ]
}
{
  "auto-insert-comma.disableFiles": []
}

License

MIT License

Copyright (c) 2020 AcerFeng

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