Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.