nathanjd / vscode-es-quotes

ES Quotes Extension for Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES Quotes for Visual Studio Code

A simple quotes helper for JavaScript and TypeScript.

It uses a simplified parser to build the string tree then handle the replacement. So don't worry about your comments containing quotes.

es-quotes

And more.

es-quotes-transform-template-strings

Install

Ctrl/Cmd + P in Visual Studio Code, then:

ext install es-quotes

Commands

  • esQuotes.transformToTemplateString Transform a normal string to a template string.
  • esQuotes.transformToNormalString Transform a template string to a normal string.
  • esQuotes.transformBetweenSingleDoubleQuotes Transform a normal string between single and double quotes.

Options

  • esQuotes.defaultQuote Default quote when transforming to a normal string. Can be either ' or ".

License

MIT License.

About

ES Quotes Extension for Visual Studio Code.


Languages

Language:TypeScript 85.7%Language:JavaScript 14.3%