Julian Cataldo
juliancataldo.com
Julian Cataldo
@juliancataldo.com
Web artisan.

I do HTML, (S)CSS, JS+TS, Lit, React, Node, Vue, Astro…

https://github.com/JulianCataldo
Or

"typescript.tsserver.useSyntaxServer": "never",
"editor.foldingStrategy": "auto",
"editor.linkedEditing": true

in a project settings.json, just to try.
August 12, 2025 at 5:16 AM
proof of work
July 25, 2025 at 9:46 PM
Rizzed DX for Custom & Standard HTML Elements in @solidjs.com JSX:

👉 Always fresh MDN for Standard Tag/Attr/Event
👉 attr:/bool:/prop:/on:/on proxy
👉 Attr/Prop/Event (TS, JSDoc, Completion, Go-to-Def,…)
👉 Slots Completion
👉 Unknown Tag, Excess Attr (even w. hyphen)
👉 Custom/Standard Props for Style
July 2, 2025 at 4:17 PM
Seamless @vuejs.org/Custom Element integration🧩

💡 Hover Quick Info
👉 Tag
👉 Standard attr
👉 Attr
👉 Prop
👉 Custom CSS prop
👉 Std. event binding
👉 Event binding
👉 Method binding override
👉 Ref binding

🧩 Auto complete
👉 Custom CSS prop

🔍 Semantic Diagnostic
👉 Std. attr
👉 Attr
👉 Prop
👉 Custom CSS prop
June 29, 2025 at 9:50 AM
Custom HTML Elements + Svelte = 💕 Realtime DX

💡 Hover Quick Info

👉 Standard attr
👉 Attr
👉 Prop
👉 Standard event binding
👉 Event binding
👉 Reference binding

🧩 Auto Completion

👉 Tag
👉 Attr
👉 Custom CSS prop

🔍 Semantic Diagnostic

👉 Unknown attr
👉 Attr
👉 Prop
June 28, 2025 at 11:38 AM
🧑‍💻 Realtime analysis enabling these language features in @astro.build files:

💡 Hover Quick Info
👉 Custom element tag
👉 CE standard attribute
👉 CE attr
👉 CE custom CSS property

🔍 Semantic Diagnostic
👉 CE unknown attr
👉 CE attr
👉 CE custom CSS prop
👉 CE unknown custom CSS prop

More details to come…
June 27, 2025 at 7:54 PM
been working on this proof of concept, it's a node based UI library (à-la React Flow), with Custom Elements and TC39 standard signals (Lit signals and signal-utils).

Comes with a built-in theme, based on WebAwesome/Shoelace, and a handful of demo nodes to play with ^^
github.com/JulianCatald...
April 9, 2025 at 5:16 PM
December 21, 2024 at 7:11 PM
Trying @zed.dev once in a while. For front end, it's becoming more and more versatile.
Here with (Lit) HTML/CSS template literals: highlighted out of the box.
Just add `ts-lit-plugin` to get a bunch of helpful diagnostics: syntax, Custom Element props checks, slots, events, MDN…
November 10, 2024 at 8:41 PM