Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hyperlink CSSNew to Visual Studio Code? Get it now.
Hyperlink CSS

Hyperlink CSS

Vincent Devalliere

|
3 installs
| (1) | Free
CMD+Click from HTML, Vue, and Blade class names to linked CSS or SCSS definitions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hyperlink CSS

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft