Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>whatwg-link-previewNew to Visual Studio Code? Get it now.
whatwg-link-preview

whatwg-link-preview

vhilla

|
7 installs
| (0) | Free
WHATWG Spec link previews on hover and webview
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

whatwg-preview

Provides previews on hover for links to WHATWG specifications.

Features

  • Hover over a link to a WHATWG specification to see a preview of the specification.
  • Open the specification in a vscode webview from the link preview.
  • Accessed specifications are cached in-memory to reduce load times.

Example preview

Extension Settings

None

Release Notes

0.0.2

  • Fixed missing jsdom dependency
  • Move "Open in Webview" button to the top of the preview

0.0.1

  • Initial release

Development

  • The esbuild Problem Matchers vscode extension is required. Otherwise, this error will occur:
    Error: Invalid problemMatcher reference: $esbuild-watch
    
  • For jsdom to be bundled, edit jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js and replace const syncWorkerFile = require.resolve ? require.resolve("./xhr-sync-worker.js") : null; with const syncWorkerFile = null;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft