Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Wrapper SwitcherNew to Visual Studio Code? Get it now.
Wrapper Switcher

Wrapper Switcher

Mehran Naghizadeh

|
93 installs
| (0) | Free
Switch between single– and double– quotes. Switch between parentheses and curly braces.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

wrapper-switcher README

This handy extension empowers you to modify the surrounding context of specific text segments effortlessly. It effortlessly transforms double quotes into single quotes and vice versa, enhancing flexibility in your writing. Additionally, it seamlessly converts curly braces to regular parentheses and vice versa, enriching your text manipulation options.

With range selection Without selection
"xyz" ⟶ 'xyz' 'xyz'
'xyz' ⟶ "xyz" "xyz"
(xyz) ⟶ {xyz} {{xyz}}
{xyz} ⟶ (xyz)
{{xyz}} ⟶ ({xyz}) (xyz)

Utilization

This extension supports two modes of utilization.

With a selection

Select your desired range of text surrounded by {{, (, ' or " . Then, simply press Ctrl+Shift+P and type Switch Quotes. Done!

activation-select-range

Without any selection

Just put your cursor anywhere in your code, trigger the Switch Quotes command as before, and let the extension figure it out for you.

Known Issues

No known issues, yet.

Release Notes

0.0.1

Initial release

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