Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>WebBaselineNew to Visual Studio Code? Get it now.
WebBaseline

WebBaseline

Abhishek

|
2 installs
| (1) | Free
Highlights HTML/CSS features and shows their browser support with AI-powered alternatives.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WebBaseline - VS Code Extension

WebBaseline highlights HTML and CSS features in your editor, shows their browser support, and provides AI-powered alternatives with code examples via a built-in chatbot.


🚀 Features

  • Automatic Feature Highlighting Highlights CSS properties and HTML elements in three categories:

    • Widely supported (green)
    • Newly available (orange)
    • Limited support (red)

Highlight

  • Hover Info Hover over a CSS property or HTML tag to see:

    • Baseline support level
    • Browser compatibility
    • “Get Alternatives” button for AI suggestions

Hover

  • AI Chatbot for Alternatives

    • Powered by Google Gemini AI
    • Provides concise alternative solutions and minimal code examples
    • Handles follow-up questions with context

Chatbot

  • Commands

    • Baseline: Check Current File → Run highlighting manually
    • Baseline: Clear Highlights → Remove all highlights
    • Open Chat → Ask the chatbot about a feature

🛠 Installation

  1. Clone this repository:
git clone https://github.com/yourusername/abhishek-webbaseline.git
  1. Install dependencies:
cd abhishek-webbaseline
npm install
  1. Open in VS Code and press F5 to launch the extension in a new VS Code window.

Configuration

You can enable/disable feature highlighting in VS Code settings:

"baselineChecker.highlightEnabled": true

Architecture

src/
├─ extension.js   Entry point; activates extension, registers commands
├─ highlight.js   Scans file & highlights CSS/HTML features
├─ hover.js       Shows baseline & browser support on hover
└─ chatbot.js     Connects to Gemini AI & manages chat panel
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft