kensa-vscode
v0.1.0
Published
AI-generated code structural verification for VS Code
Downloads
100
Readme
Kensa for VS Code
AI-generated code structural verification directly in your editor.
Features
- On-save diagnostics: Automatically runs
kensa checkwhen you save a file - Severity mapping: Critical/High/Medium/Low/Info findings shown as VS Code diagnostics
- Quick Fix: Auto-fix suggestions from kensa findings as Code Actions
Configuration
| Setting | Default | Description |
|---------|---------|-------------|
| kensa.enableOnSave | true | Run kensa check on file save |
| kensa.severityFilter | all levels | Severity levels to display |
| kensa.configPath | "" | Path to kensa configuration file |
Requirements
- Kensa CLI installed globally or in your project
- Node.js >= 22
