Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Escape Utils
Escape Utils

Escape Utils

Sean Zhang

|
1 install
| (0) | Free
Paste text in the code editor and automatically replace the back slash with a double back slash for easy handling of file paths.
Download

本插件主要用于在代码编辑器中处理文件路径字符串中的反斜杠

“编辑”主菜单下的“字符串转义”子菜单包含全部菜单项,功能如下:

  1. 转义复制:复制选中的字符串,并将 "\" 替换为 ""
  2. 转义粘贴:粘贴字符串,并将 "" 替换为 "\"
  3. 添加转义:将选中字符串的 "\" 替换为 ""
  4. 移除转移:将选中字符串的 "" 替换为 "\"
  5. 转换为斜杠:将选中字符串的 "" 替换为 "/"
  6. 转换为反斜杠:将选中字符串的 "/" 替换为 ""

另外在代码编辑器上下文菜单中添加了“转义粘贴”菜单项

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