l-portet / svelte-switch-case

Switch case syntax for Svelte ⚡️
https://svelte-switch-case.netlify.app/
MIT License
147 stars 3 forks source link

VS code doesn't visualize the code correctly #3

Open elron opened 2 years ago

elron commented 2 years ago

Although it does behave as expected (good job!)

l-portet commented 2 years ago

Thanks! Yes, I'm aware of this issue. Since it's not supported natively, some linters may raise an error. I'll dig into creating an extension and an eslint plugin.

sbyware commented 1 year ago

Thanks! Yes, I'm aware of this issue. Since it's not supported natively, some linters may raise an error. I'll dig into creating an extension and an eslint plugin.

I know this project hasn't been contributed to in a bit, but I love the idea (and wish it was native), so I've been developing a VSCode extension to enable the custom grammer(s) needed!

l-portet commented 1 year ago

Sure, feel free to contribute!

I'm a bit less active on my OSS contributions but I'll maintain this project while Svelte doesn't implement the switch syntax.