template-string-converter icon indicating copy to clipboard operation
template-string-converter copied to clipboard

Autocorrect from quotes to backticks

Results 25 template-string-converter issues
Sort by recently updated
recently updated
newest added

If you have a multi-line template string, quotes inside of it are converted as if you aren't in a template string already at all. This demonstration is without "Convert Within...

bug

Compared to literal `$` in strings I use `${}` much, much more And I definetly never want to remove on the content when typing `$` over a selection I would...

enhancement

Doesn't work inside `` tags in `.html` files: ![template-string-converter-bug](https://github.com/meganrogge/template-string-converter/assets/67153640/c7ec8fba-4366-4041-b246-1572f0f5e918)

bug

```js const a = `name="" `; ``` See video below https://github.com/meganrogge/template-string-converter/assets/7044628/ce706afc-84fd-4e70-b75a-24b0f53c4e22 My Setting: ![image](https://github.com/meganrogge/template-string-converter/assets/7044628/fe9543e2-e254-4b41-90f7-80ec5c91158f)

bug

My settings: ![image](https://user-images.githubusercontent.com/41773861/219320233-ee49209d-e01a-4236-b260-61b5ba2921c5.png) But when I open a html file and edit it, this extension is not activated. @meganrogge

Take this sample code: ```js const example = { 'hello': 'world', }; ``` When "Convert outermost quotes" is enabled, adding a template string to the value will give this result:...

Bug Fix https://github.com/meganrogge/template-string-converter/issues/71 Remove `;` check to allow AddBracketsToProps to work for JSX with `;` . Tests have been added in typescript to check that brackets are added with and...

Adds vue language as valid language as you already have 5+ queries for vue

The option `autoRemoveTemplateString` is on, but still it doesn't working. Here is the issue: ![CleanShot 2022-11-06 at 10 38 26@2x](https://user-images.githubusercontent.com/38916225/200161705-4298b1cf-be1d-4def-8f9b-6fa24078584c.jpg) Visual Studio Code 1.73.0 Template String Converted v0.6.0

I could not find an adequate extension to implement this improvement. It would be great if the interpolation of the selected text worked, and a second click inside the interpolated...

enhancement