Box-Of-Hats / Bem-VSCode-Extension

A VSCode extension for helping with inserting BEM (Block-Element-Modifier) classes.
BSD 3-Clause "New" or "Revised" License
29 stars 5 forks source link

It is possible to generate the code directly to the clipboard? #39

Closed macakronos closed 3 years ago

macakronos commented 3 years ago

Sorry if you thought it was a problem, but didn't know where to put this question. Its complement is very good, but there are times when I want to generate my code in parts and generating a new file at all times becomes tiring. Thank you so much for everything.

Box-Of-Hats commented 3 years ago

Hi, thanks for your suggestion!

This is definitely something that I can add in. Is it the CSS/LESS/SCSS that you'd want copied to your clipboard?

macakronos commented 3 years ago

Exactly.

Box-Of-Hats commented 3 years ago

Thanks for the suggestion. I've added this in version 1.4.2.

You'll get a prompted when generating a new stylesheet

image