SCSS Nested Selector CommentsThis is a Visual Studio Code extension that generates comments for nested selectors in SCSS files. FeaturesThis extension will automatically generate comments for each nested selector in a SCSS file, using the name of the parent selector as a prefix for the child selector. For example:
will generate the following comments:
By default, the extension will not override previously made comments. However, you can enable the "Replace Existing Comments" setting to override existing comments. UsageTo generate comments for nested selectors, follow these steps:
Note that this extension will not generate comments for top-level parent selectors. If you want to disable the extension temporarily, you can do so by going to the Extensions view (Ctrl+Shift+X), finding "SCSS Nested Selector Comments", and clicking "Disable". |