https://github.com/erictherobot/quote-replacer-vscode-extension
A simple solution to replace Quotes and improper escaping to prevent TypeScript errors in TypeScript files.
https://github.com/erictherobot/quote-replacer-vscode-extension
escaping-single-quotes extensions quotes solutions typescript vs-code vscode-extension
Last synced: about 2 months ago
JSON representation
A simple solution to replace Quotes and improper escaping to prevent TypeScript errors in TypeScript files.
- Host: GitHub
- URL: https://github.com/erictherobot/quote-replacer-vscode-extension
- Owner: erictherobot
- License: isc
- Created: 2023-06-12T23:22:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T00:33:18.000Z (about 3 years ago)
- Last Synced: 2025-06-26T02:41:39.063Z (12 months ago)
- Topics: escaping-single-quotes, extensions, quotes, solutions, typescript, vs-code, vscode-extension
- Language: TypeScript
- Homepage: https://ericdavidsmith.com
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quote-Replacer-VSCode-Extension
A simple solution to replace Quotes and improper escaping to prevent TypeScript errors in TypeScript files like this:
`"message": "`'`can be escaped with`'`, `‘`, `'`, `’`.",`
Simply right click, select Command Palette and search for "Fix Apostrophes". Once selected, the page will be properly escaped.
This should save you a couple of minutes.

Happy Hacking!
Love,
Eric David Smith
@erictherobot
https://ericdavidsmith.com