otovo / htmx-tags

HTMX Tag completion for VSCode
Apache License 2.0
44 stars 10 forks source link

support jsx #2

Open ethanniser opened 1 year ago

ethanniser commented 1 year ago

hi this extension is awesome, but it only works in .html files and not in .jsx or .tsx

I wouldn't imagine supporting jsx would be too difficult, looks like its a couple lines in the "contributes" field of package.json but I would assume you know more about this that me

thanks

tuankietcoderr commented 1 year ago

hi this extension is awesome, but it only works in .html files and not in .jsx or .tsx

I wouldn't imagine supporting jsx would be too difficult, looks like its a couple lines in the "contributes" field of package.json but I would assume you know more about this that me

thanks

I've just watched your video and finding way that you're mentioning

Quatton commented 1 year ago

@ethanniser I discovered this awesome package! It includes sanitization by default as well so definitely worth a try.

https://github.com/Desdaemon/typed-htmx

Luzefiru commented 8 months ago

Bumping this, and to add to the suggestion, please add .tsx file support. There are people using htmx together with Hono to render JSX components with htmx functionality.