VS Code Extension Guide
📦 Installation
From VS Code Marketplace
- 1. Open VS Code
- 2. Press Ctrl+Shift+X
- 3. Search for "AI Validator"
- 4. Click Install on extension
- 5. Click Enable when prompted
Direct Download
- 1. Download from extension page
- 2. Extract ZIP file
- 3. In VS Code: Ctrl+Shift+P → "Extensions: Install from VSIX"
- 4. Select the downloaded
.vsixfile
Verification
After installation, verify it's working by opening Command Palette (Ctrl+Shift+P) and typing "AI Validator". You should see the extension commands appear.
⚡ Essential Commands
Core Commands
Validate Selected Code
Command: AI Validator: Validate Selected Code
Shortcut: Ctrl+Shift+V
When to use: Select code in editor, then run command
Validate Current File
Command: AI Validator: Validate Current File
Shortcut: Ctrl+Shift+F
When to use: Open file, then run command
Validate Workspace
Command: AI Validator: Validate Workspace
Shortcut: Ctrl+Shift+W
When to use: Analyze entire project
Quick Actions
Auto-Fix Issues
Command: AI Validator: Auto-Fix Issues
Shortcut: Ctrl+Shift+A
What it does: Automatically applies suggested fixes
Show Validation History
Command: AI Validator: Show History
Shortcut: Ctrl+Shift+H
What it shows: Recent validation results