Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossop/vscode-backticks
Automatically convert JavaScript quotes to backticks when typing '${' into VS Code.
https://github.com/mossop/vscode-backticks
javascript vscode
Last synced: 10 days ago
JSON representation
Automatically convert JavaScript quotes to backticks when typing '${' into VS Code.
- Host: GitHub
- URL: https://github.com/mossop/vscode-backticks
- Owner: Mossop
- License: bsd-3-clause
- Created: 2018-08-20T17:34:17.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T12:30:01.000Z (8 months ago)
- Last Synced: 2024-10-13T14:13:09.724Z (25 days ago)
- Topics: javascript, vscode
- Language: TypeScript
- Size: 421 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Backticks
[![Build](https://github.com/Mossop/vscode-backticks/actions/workflows/tests.yml/badge.svg)](https://github.com/Mossop/vscode-backticks/actions/workflows/tests.yml)
This is a simple extension that is useful to JavaScript programmers who, like
me, don't think ahead. If you type `${` into a JavaScript quote the quote style
will be converted to backticks.