Skip to content

AcerFeng/vscode-auto-insert-comma

Repository files navigation

Auto insert Comma

Automatically add JSON/JavaScript Object comma.

Usages

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

Usage

Installation

Auto Insert Comma

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published