CSS Autofill Dialog Box

Be nice if the CSS Autofill Dialog Box had !important and Auto.
I get sick of typing !important.
Maybe even a few common blocks like
{
margin: 0;
padding: 0;
box-sizing: border-box;
}

& maybe even a couple of responsive image blocks

Thank you for the suggestion! We will add !important and auto to the CSS autosuggest.

As for the blocks, the autosuggest only works for individual rules, not entire blocks, so I don’t see how we could autocomplete an entire block from there.

1 Like

@timespider You could however, create that block and then save that full component to your Library. Then it’s just a drag and drop away. :slight_smile: I do that for a handful of various component or default code needs.

@martin What about a snippets panel for JS, CSS etc that you can save your favorite code blocks to.

2 Likes

Not a bad idea, and kind of a no-brainer when you think about it. Surprised none of us ever suggested this before :thinking:. I have all my scripts and CSS in a folder on my computer, so it’s not a big deal to just import them as needed, but why not have them available from right inside the program at all times?

1 Like

:+1: +1 what they said

1 Like