-
Notifications
You must be signed in to change notification settings - Fork 117
Add colon on css property completion? #172
Comments
+1 Ya, wish this was here too… Also, I'm not getting value suggestions without pressing CTRL + Space. |
This really is a complicated problem, it sounds silly, but it makes development much more laborious. |
Do we know if this ever will be implemented or no? |
Any solution? |
take a look https://marketplace.visualstudio.com/items?itemName=diegolincoln.vscode-styled-components |
@dilincoln is this something you'd be happy PRing here? |
Hey @jasonwilliams ! I'm testing this version forked by me to ensure that works perfectly but i pretend to make a PR soon =) |
closing as a dupe of #220 continuing there |
Thanks for making that fork @dilincoln That code is now upstream in this repo, the only difference is instead of a hardcoded list of CSS properties we utilies the css language service. Will be released in v1.6.0 |
When completing a css property with intellisense it doesn't add a colon.
Is this a bug or a feature?
The text was updated successfully, but these errors were encountered: