Hi!
If you enable inlay-hints with this in the settings.json:
{
"inlay_hints": {
"enabled": true,
}
}
you get this strange behavior in the markup of .svelte files:

You get an inlay-hint saying "description: " inside the prop that comes before the {@attach ...}. This appears to happen with any prop that comes before the {@attach ...}, not just class, even js based props like disabled={false}.
Thank you!
Hi!
If you enable inlay-hints with this in the settings.json:
{ "inlay_hints": { "enabled": true, } }you get this strange behavior in the markup of

.sveltefiles:You get an inlay-hint saying "description: " inside the prop that comes before the
{@attach ...}. This appears to happen with any prop that comes before the{@attach ...}, not justclass, even js based props likedisabled={false}.Thank you!