S
SolidJS•5mo ago
Prosigoj

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
bigmistqke 🌈
bigmistqke 🌈•5mo ago
not that i m aware of any particular reason you want to use it over jsx?
Prosigoj
Prosigoj•5mo ago
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.
bigmistqke 🌈
bigmistqke 🌈•5mo ago
syntax highlighting for html` blocks u can definitely find autocomplete/typechecking/... will be harder
bigmistqke 🌈
bigmistqke 🌈•5mo ago
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...
bigmistqke 🌈
bigmistqke 🌈•5mo ago
pretty cool!!
Prosigoj
Prosigoj•5mo ago
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
Want results from more Discord servers?
Add your server
More Posts
Lazy Loading make a blank page when component changeHi, I have an issue with Lazy Loading for solid-start. Actually, I have implement a switch componeError "RequestEvent is missing." for cloudflare buildHi, I have updated to the latest 0.5.4 solid-start beta and started to see this error when building Blank array of documents from Firestore - createEffect(), createSignal()Hi all, I'm starting with web frameworks for the first time and chose SolidJS. I'm stuck... retrieviCustom auth solidstart by prismaCan anyone help me make my authorization on solidstart? I have orm prisma. I created a user table,Derived data in a store vs reconcileHey there, I'm trying to somehow have derived/computed data sit in a rather deeply nested store, ie Best practices for reactively updating a storeI know you can use derived signals in SolidJS, but, is there a way to somehow make a store "derive" Suggestions for refactoring an async image component?Hi, I've written a small async image wrapper for a project I'm working on, and I'm wondering if anyweird behavior: a button declared in TSX with onClick does not have onClick in the final html?o/ i have this ```tsx export const FORM_URL = "https://forms.gle/..." export default function App()Should event: APIevent have client cookies on SSR?```js import { type APIEvent } from "@solidjs/start/server/types"; import { app } from "./elysia"; Uncaught ReferenceError: React is not definedHello! I am using "solid-js": "^1.7.5" and "solid-start": "^0.2.32" for my solidjs project, but