solid tagged template literala
I want to use solid with tagged template literals, now I want to have proper syntax highlighting and autocomplete in my html, is there an ide plugin that solid recommends using?
6 Replies
not that i m aware of
any particular reason you want to use it over jsx?
No just for some expirements since I'm building an ui framework myself based on ttl and wanted to see if the ecosysten aroung html inside ttl agreed on some standard lsp plugin that works across ide's.
syntax highlighting for html` blocks u can definitely find
autocomplete/typechecking/... will be harder
ooor mb i m wrong: https://github.com/mjbvz/vscode-lit-html
GitHub
GitHub - mjbvz/vscode-lit-html: Adds syntax highlighting for html i...
Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings - GitHub - mjbvz/vscode-lit-html: Adds syntax highlighting for html inside of JavaScript and TypeScript...
pretty cool!!
Yeah I think I'm using this one and one from the lit team, not sure but they work well, wonder how this looks like outside vscode ecosystem