Loading repository data…
Loading repository data…
Abhishekkr206 / repository
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.
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.
Automatic Feature Highlighting Highlights CSS properties and HTML elements in three categories:

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

AI Chatbot for Alternatives

Commands
Baseline: Check Current File → Run highlighting manuallyBaseline: Clear Highlights → Remove all highlightsOpen Chat → Ask the chatbot about a featuregit clone https://github.com/yourusername/abhishek-webbaseline.git
cd abhishek-webbaseline
npm install
You can enable/disable feature highlighting in VS Code settings:
"baselineChecker.highlightEnabled": true
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