CSS Vars IntelliSenseCSS Vars IntelliSense provides intelligent autocompletion for custom variables defined in the style files referenced by an Angular project configuration. The extension is specifically built for Angular projects and focuses on variables coming from the global styles configured in the project setup. The extension provides IntelliSense for CSS variables defined in files whivh are imported in angular.json configuration file. ✨ Features
🧠 How It WorksThe extension analyzes the Angular project configuration to locate the global style files used by the application. All custom variables declared in those files are collected and registered with the editor’s IntelliSense engine, making them available everywhere styles are written within the project. Only the files explicitly included in the Angular configuration are considered. 🚀 UsageOnce installed, the extension activates automatically inside Angular projects. When editing style files that rely on global variables defined in the project configuration, variable suggestions appear as you start typing a variable reference. There is no need to import files manually or duplicate variable definitions. 🔒 Performance & Privacy
📦 Requirements
⚠️ Known Limitations
These constraints are by design to ensure correctness and predictability. 🛠️ RoadmapPlanned improvements include:
Feedback and feature requests are welcome. 👤 AuthorDeveloped by Gematsam-X (Gionatan Venturi) 📄 LicenseMIT License — free to use, modify, and distribute. |