css-in-js icon indicating copy to clipboard operation
css-in-js copied to clipboard

Suggestions does not show automatically in vs code

Open oschade opened this issue 5 years ago • 0 comments

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?

oschade avatar Feb 11 '20 10:02 oschade