vscode-addSpace

🇨🇳VSCode plugin to add whitespace between Chinese characters and English words for Chinese user.

Stars
5

vscode-addSpace

vscode-addSpace is a vscode plugin to add whitespace for chinese user.

Install

Open up VS Code and hit F1 and type ext select Install Extension and type addSpace hit enter and reload window to enable.

Features

  • Add whitespace for your selection
  • Add whitespace for whole active document

Commands

  • addSpace: Add whitespace for selection
  • addSpace: Add whitespace for all

Settings and defaults

{
    /* Auto add whitespace on save, default false */
    "addSpace.auto_space_on_save": false
}

Known Issues

Thanks

Thanks vinta for his great job pangu.js

Enjoy!