You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found your awesome style definitions for typescript an I am emused to have this BUT the autocompletition does not work on values because they are always string | undefined.
The property "color" normaly should display valid color names but it doesn't.
I am using VS Code and at the moment there are no @types installed except typescript and its types Of course. It would be nice if you can fix this =)
Another thing is, that I need sometimes just a list of properties instead of an interface. For example PropertiesList = "background" | "backgroundPosition" | "color" and so on. This would be a very nice feature.
The text was updated successfully, but these errors were encountered:
Hi there,
I found your awesome style definitions for typescript an I am emused to have this BUT the autocompletition does not work on values because they are always
string | undefined
.The property "color" normaly should display valid color names but it doesn't.
I am using VS Code and at the moment there are no @types installed except typescript and its types Of course. It would be nice if you can fix this =)
Another thing is, that I need sometimes just a list of properties instead of an interface. For example PropertiesList = "background" | "backgroundPosition" | "color" and so on. This would be a very nice feature.
The text was updated successfully, but these errors were encountered: