Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Chinese punctuation to englishNew to Visual Studio Code? Get it now.
Chinese punctuation to english

Chinese punctuation to english

buuug7

|
17,613 installs
| (2) | Free
中文标点符号转换为英文
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

中文标点符号替换为英文 (Chinese punctuation to english for vscode)

将中文标点符号替换为英文的 vscode 扩展.

A vscode extension of converting Chinese punctuation to English.

version installs rating

Usage

Use the To English Punctuation command from the Command palette or the context of editor menu to convert it.

在命令面板中使用To English Punctuation命令或者在编辑器上下文菜单来转换标点符号. 当前只支持以下标点符号中英文的映射:

[
  // 逗号
  [",", ", "],

  // 句号
  ["。", ". "],

  // 问号
  ["?", "?"],

  // 顿号
  ["、", ", "],

  //冒号
  [":", ": "],

  // 分好
  [";", "; "],

  // 感叹号
  ["!", "!"],

  // 双引号
  ["“", '"'],
  ["”", '"'],

  // 单引号
  ["‘", "'"],
  ["’", "'"],

  // 圆括号
  ["(", "("],
  [")", ")"],

  // 花括号
  ["{", "{"],
  ["}", "}"],

  // 尖括号
  ["《", "<"],
  ["》", ">"],

  // 方括号
  ["【", "["],
  ["】", "]"],
];

contribution

If you're interested in contributing to, fork the repo and submit pull requests.

other links

  • git-repository
  • publishing-extension
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft