Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Escape-quotesNew to Visual Studio Code? Get it now.
Escape-quotes

Escape-quotes

Milovidov Vasya

|
10,470 installs
| (4) | Free
The extension allows you to escape quotes on the selected line.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EscapeQuotes

An extension for VS Code that allows you to escape/unescape quotes in the selected string.

https://github.com/milovidov983/EscapeQuotes

https://marketplace.visualstudio.com/items?itemName=milovidov.escape-quotes

After installing the extension, when you select text and right-click on it, a new Escape quotes menu will appear.

Example

Before escape:

Select * from "Table" where exists(select 1 from jsonb_array_elements("Data"->'users') v where v->'job'->'some'->>'foo'='0')

After escape:

Select * from \"Table\" where exists(select 1 from jsonb_array_elements(\"Data\"->\'users\') v where v->\'job\'->\'some\'->>\'foo\'=\'0\')
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft