css-in-js
css-in-js copied to clipboard
Suggestions does not show automatically in vs code
Hello,
I use this plugin with vs code, but it does not work like this:

After inserting the css-key, the suggestions for the css values does not showing automatically. I have to type a letter to make it apear. Like this:

This is annoying, beacause I intuitively type quotes for the object-values, and when the autocomplete takes affect I permanently end up with multiple qoutes like tihs:
{
color: 'tomato',
textAlign: ''left','
}
Could you please fix either the one or the other?