vscode 扩展插件,用于根据vue template结构自动生成 scss文件
AutoScssStruct4Vue is a tool that automatically generates SCSS files based on the template structure of Vue files. It recognizes Vue’s built-in elements and component tags and filters out duplicate selectors at the same level. It only adds new selector rules without removing any existing ones.
To install AutoScssStruct4Vue, follow these steps:
After installing the extension, you can configure the settings according to your preferences.
AutoScssStruct4Vue is an extension for Visual Studio Code that simplifies the process of generating SCSS files from Vue templates. By automatically recognizing Vue elements and component tags, it eliminates the need for manual SCSS generation. With its ability to filter duplicate selectors and provide selective execution options, it offers a convenient solution for organizing and managing SCSS files in Vue projects.