qwik icon indicating copy to clipboard operation
qwik copied to clipboard

[🐞] Support for typescript suggestions in style properties of tags.

Open adiathasan opened this issue 2 years ago • 0 comments

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

adiathasan avatar May 04 '23 18:05 adiathasan