|
|
|
|
|
by 90s_dev
399 days ago
|
|
No it was me who misunderstood you. And I kind of agree. I've never been a fan of tagged template literals. It gives you no autocompletion, no type checking, no syntax highlighting, nothing. And it requires a runtime string parser. I get why people like it, and maybe it's fine if you don't need those things and don't mind the cost of runtime parsing, but I need them and I do mind. |
|
As for syntax highlighting, that’s available in VS Code, we auto install the appropriate extension.