kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

support autocomplete image size snippets #121

Closed bobby169 closed 2 years ago

bobby169 commented 2 years ago
.arrow {
        background: url(./images/pan-arrow.png) no-repeat;

        /* Please support autocomplete image size snippets */
        background-size:  232px 251px;
        width: 232px;
        height: 251px;
}
kisstkondoros commented 2 years ago

I've played around with this out of curiousity. I see why this could be useful in some cases, but implementing such a completion provider is beyond the point of this extension. Besides, there would be no guarantee that the background and the background-size properties are kept in sync.

Sorry for letting you down on this.