qwik
qwik copied to clipboard
[🐞] Support for typescript suggestions in style properties of tags.
Which component is affected?
Qwik Runtime
Describe the bug
This is not a bug. ⚔️
Support for typescript suggestions in style properties of tags. Not good at memorizing the props.
Currently Record<string | ....> isn't helping much
(property) HTMLAttributes<HTMLDivElement>.style?: string | Record<string, string | number | undefined> | undefined
Reproduction
https://not-required.dummy
Steps to reproduce
Just command+space suggestions not showing!!!
System Info
VSCODE
Additional Information
No response