Web Tech Viewer is a VS Code extension that automatically opens a webview panel on startup and displays a curated, formatted document of HTML, CSS, JavaScript, and XML code experiments.
Features
Automatically opens on VS Code startup (activation event: onStartupFinished)
Displays a clean and scrollable webview titled Web Technology Experiments
Uses light document styling with dark code blocks
Renders formatted sections with escaped code in pre blocks
How It Works
When the extension activates, it creates a webview panel using the VS Code API and injects static HTML via panel.webview.html.
Run It Locally (Make It Live in VS Code)
Install dependencies:
npm install
Compile once:
npm run compile
Press F5 in VS Code.
This opens an Extension Development Host window where the extension runs live.