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

Support tag functions

Open ayoreis opened this issue 2 years ago • 0 comments

It'd be nice when I write a name of a tag function before a string, Template String Converter would automatically switch quotes with backticks:

"Hello, world!" // string

tag"Hello, world!" // added tag

tag`Hello, world!` // ✨ magic! (what I'm proposing Template String Converter to do)

ayoreis avatar Jun 24 '22 19:06 ayoreis