Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto Add Space between Chinese and EnglishNew to Visual Studio Code? Get it now.
Auto Add Space between Chinese and English

Auto Add Space between Chinese and English

talljack

|
969 installs
| (3) | Free
Auto add space between Chinese and English when you save file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Add Space between Chinese and English

Visual Studio Marketplace Version

Auto add space between Chinese and English.

autoAddSpace

Configuration

key default-value type description
autoAddSpace.formatOnSave true boolean Execute auto add space when on file save
autoAddSpace.formatOnDocument false boolean Execute add space on Format Document command
autoAddSpace.spaceType 'all' 'all' | 'comment' Auto Add Space's type
autoAddSpace.excludedExtensions [] string[] List of file extensions to exclude from processing (e.g., ['txt', 'md']). Do not include the dot in the extension.

Excluding Files

You can exclude specific file types from being processed by adding their extensions to the autoAddSpace.excludedExtensions setting. For example:

{
  "autoAddSpace.excludedExtensions": ["txt", "md"]
}

This will prevent the extension from modifying files with .txt and .md extensions, preserving their original content.

CHALNGELOG

更多的更新日志请查看 CHANGELOG

License

MIT License 2023 Talljack

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