Clever CSSAugmented Intellisense for CSS files. FeaturesClass AutocompletionCSS class completion as you type.
DiagnosticsWarnings for unused and duplicated CSS classes (configurable).
Tree ViewA tree view of all CSS classes in your workspace. Clicking on a class will navigate to its definition.
Definition ProviderNavigate to the definition of a CSS class with Ctrl/Cmd + Click. Also see the definition on hover.
Reference ProviderFind all definitions and usages of a CSS class when you execute the Find All References command.
Requirements
Extension SettingsYou can disable diagnostics in your
File SupportCurrently, the extension detects classes only for HTML and JSX/TSX files. Known IssuesThe tree view, definitions, or references have become out of syncIf the extension ever becomes out of sync, you can click the refresh button in the "All Classes" tree view to force a rescan of your workspace.
If you can reproduce the problem, I'd appreciate it if you could open an issue!. I don't see some definitions in references when I execute the Find All References commandBuilt-in VS Code reference provider should provide references for definitions found in the same file. If you don't see them, VS Code may not be recognizing your file as a CSS file, probably because you have an extension like PostCSS Language Support installed. The solution is to configure file associations of CSS files in your
|



