Aspect-AutoCompletionThis extention provides auto completion for CSS variables and utility class names defined in your CSS and SCSS files. How it worksIt uses SASS binary from your workspace node_modules folder to compile your SCSS code in files configured for scanning, and parses the CSS content via PostCss and collects all CSS variables and class names for auto completion. Be noted, having CSS variables and class names in auto completion doesn't mean these varaibles or class names will have effect at runtime. You will have to make sure those CSS declarations are included in your web app bundles. Features
These are not supported:
Configuration
TODOs
|