SCSS Block Comments ReadmeThis extension allows developers to automatically format their SCSS files to have end-of-block comments including the selector. This is done to allow for greater positional clarity when navigating larger scss files. FeaturesPress If you have "scssComments.formatterEnable" set to true then the extension hooks into built in VSCode formatting. Either Extension Settings"scssComments.formatterEnable" : false,
"scssComments.verboseSelectors" : true,
"scssComments.includeMediaQueries" : false,
|