Aspect-autocompletionThis extention provides auto completion for CSS variables and utility class names in Aspect Library. How it worksIt uses SASS from the workspace node_modules folder to compile the SCSS files configured for scanning, and parse the CSS content via PostCss and collect 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 take 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
|