Bem-VSCode-Extension
Bem-VSCode-Extension copied to clipboard
A VSCode extension for helping with inserting BEM (Block-Element-Modifier) classes.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hello Box-Of-Hats :) Thanks for your work. I wonder if it's possible to add **Twig** language support for this extension ? Thanks
Hi, this is great extension!) I have only two limitations when using it. First - there is no support for React (JS) files. It creates elements with "class" instead of...
When naming the modifier of an element as follows: `block__element_modifier_modifier-value`, the extension says the name is wrong and prompts me to rename it like this: `block__element-modifier-modifier-value` (it "thinks" the modifier...
when I set "bemHelper.modifierSeparator" to "_", autofix and generateStylesheet can't work properly. Is there any restrictions?
Hey, Thank you for developing this extension. I have a question - is there a way to modify the output of generated SCSS? I'd like to add to it some...
I am wondering if it would be possible to add slim-lang support? http://slim-lang.com/
I created a VSCode extension for this before I saw your extension (which is much more comprehensive). I thought it would be nice to have this functionality as well... See...
I have a block called 'header'. It has an element inside called 'main-logo'. The 'main-logo' has couple of child elements. So, for each of the child element, I need to...
Hi We only ever use `.scss` and 'Copy to Clipboard'. If it were possible to specify these defaults in the settings, then it would cut down on having to select...