Hyperlink CSS is a VS Code extension that lets you use CMD+Click or F12 on a CSS class in supported template files and jump to the matching CSS or SCSS definition.
Supported files
.html
.vue
.blade.php
Behavior
Resolves classes from static class="..." and class='...' attributes
Follows linked stylesheets and CSS/SCSS imports
Prefers SCSS definitions when both CSS and SCSS matches exist
Shows a picker when multiple matching definitions remain
Development
npm install
npm run build
Press F5 in VS Code to launch an Extension Development Host.