You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for your extension. It's super useful! I do have a feature suggestion to hopefully make it even better:
The extension currently does not trigger on paste events, thus not converting strings to template strings after pasting a character sequence containing "${}". I think adding a paste event trigger would be a nice addition to fix this issue.
Extension version: 0.4.4 VS Code version: 1.52.1
The text was updated successfully, but these errors were encountered:
younesaassila
changed the title
Add trigger when pasting ${} inside a string
Add trigger when pasting ${} inside a string
Dec 22, 2020
I don't have any specific example in mind, but I find myself copy-pasting parts of existing strings with ${} around quite a lot when refactoring, and that's when I notice this lack of support for paste the most, but it's definitely not a huge problem. It would just be a nice addition to make the extension feel more complete.
Hi! Thank you for your extension. It's super useful! I do have a feature suggestion to hopefully make it even better:
The extension currently does not trigger on paste events, thus not converting strings to template strings after pasting a character sequence containing "
${}
". I think adding a paste event trigger would be a nice addition to fix this issue.Extension version: 0.4.4
VS Code version: 1.52.1
The text was updated successfully, but these errors were encountered: