vscode icon indicating copy to clipboard operation
vscode copied to clipboard

AutoUpdate feature for CSS

Open CBID2 opened this issue 1 year ago • 0 comments

I noticed that VS.Code has a feature where the linked editing feature automatically updates an HTML’s closing tag when the opening is modified. Can there be a similar feature for CSS?

CBID2 avatar Aug 10 '22 09:08 CBID2

Can you give a css code example that shows how this would work?

aeschli avatar Aug 26 '22 10:08 aeschli

Hi @aeschli! Sorry for the late response. I had no idea that GitHub had a comment section for issues lol! :) (I'm fairly new to GitHub). Say, I have this line of HTML code: <p class="salad"> Chicken Caesar Salad</p> Instead of me manually writing out .salad{ }, the feature would do this automatically. Does that make sense?

CBID2 avatar Aug 31 '22 20:08 CBID2