Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Symbol ConverterNew to Visual Studio Code? Get it now.
Symbol Converter

Symbol Converter

morningfrog

|
4 installs
| (0) | Free
Automatically convert symbols when entering. By default, full-width characters are converted to half-width characters.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Symbol Converter
符号转换器

English / 简体中文

A VSCode extension which automatically convert symbols when entering.

在输入文本时自动转换符号的 VSCode 扩展。

License Installs Downloads Rating Version Stars

Features

  • Convert full-width characters to half-width characters automatically
  • Customize symbol converting
  • Set the filenames with and without replacement enabled

Extension Settings

This extension contributes the following settings:

  • symbol-converter.include-files: The filenames for which symbol replacement takes effect can have multiple matching patterns. Use * to match any number of arbitrary characters. Example: [\"*.py\", \"*.cpp\"]
  • symbol-converter.exclude-files: The filenames to be excluded from symbol replacement, used to exclude specific files from the effective filename patterns. Use * to match any number of arbitrary characters. Example: [\"*.md\", \"*.txt\", \"package.json\"]
  • symbol-converter.rules: Replacement rules. For example, {\"。\": \".\"} means replacing all 。 with .. Multiple rules can be configured.

Install

There are three installation methods:

  • Search for "Symbol Converter" in VSCode extensions and install it.
  • In VSCode, use Ctrl+Shift+P to open the Command Panel and enter ext install morningfrog.symbol-converter.
  • Download the .vsix file in the Release of the repository, then select Install from VISX in the upper right corner of the VSCode extension, and choose the downloaded .vsix file for installation.

Acknowledgments

This project was inspired by VSCode extension brand.change-symbol.

brand.change-symbol is licensed under MIT license,see LICENSE.

Release Notes

0.0.1

Initial release of Symbol Converter.

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