template-string-converter
template-string-converter copied to clipboard
Support tag functions
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)