Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>custom replace textNew to Visual Studio Code? Get it now.
custom replace text

custom replace text

sh1ch

|
643 installs
| (0) | Free
Do replace text with json pattern file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

custom-replace-text README

"custom-replace-text" is a replace text tool.

Features

"custom-replace-text" is a replace text tool which allows you use json file when replace selection text.

Demo: Assume that the configuration file is as follows:

{
    "(": "%28",
    ")": "%29",
    "before": "after"
}

It becomes like this:

(before text)

↓

%28after text%29

Shortcuts

1. replace text key : ctrl + Alt + R
2. open json file Key : Shift + Alt + O

Known Issues

Please post and view issues on GitHub

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