Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MarkDown RealTime ReplaceNew to Visual Studio Code? Get it now.
MarkDown RealTime Replace

MarkDown RealTime Replace

yecheng

|
9 installs
| (0) | Free
实时自动替换字符
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

作用

实时自动替换Markdown文件中的文字,用例:

  • 输入中文符号自动替换为英文符号,再也不用来回切换输入法。
  • 输入模版名自动生成一个模版
    ...

使用

  1. 点击首选项 -> 设置 -> 搜索replace plugin -> 点击在 settings.json 中编辑。
  2. 查看配置
"replacePlugin.replacements": [
        {
        "from": ")",
        "to": ")"
        }
    ]
  • from 就是你希望替换的符号,to 是替换的目标符号。
  • 该配置是数组格式,意味着你可以添加多个配置
  • 默认已经配置了部分中文符号转英文符号的逻辑
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft