A lightweight, high-performance VS Code extension designed to streamline development by bridging the gap between your styles, templates, and TypeScript code.
Features
1. Smart Reference Navigation
Go To HTML Usage: Right-click a class name in your SCSS/CSS file to instantly see a list of HTML files where that exact class is referenced.
Go To Definition (F12): Press F12 on a style class to jump directly to its first usage in your HTML templates.
Find All References (Shift + F12): Instantly trace and list every HTML reference of a style selector across your entire workspace.
2. Hardcoded Color Auditor
Workspace Scanner: Run the Detect Hardcoded Colors command to audit your stylesheets. It displays every hardcoded color with its file path and line number.
Current File Scanner: Quickly scan only the active SCSS/CSS file using the editor context menu.
Real-Time Highlighting: Automatically highlights HEX, RGB, and RGBA color values with warning decorations and hover suggestions encouraging the use of design tokens or SCSS variables.
3. Automatic Access Modifier Generator NEW
Automatically adds missing access modifiers (public, private, protected) to TypeScript class methods using intelligent workspace analysis.
Smart Detection Rules
Quick Finder determines the appropriate modifier by analyzing your project: