This is the VS Code extension for SchemaForge — the bidirectional ORM schema converter.
- Live Preview — side panel showing your active schema file converted to all 11 formats
- Quick Convert —
Ctrl+Alt+Sto convert the active editor's schema to your target format - Format Detection —
Ctrl+Alt+Dto detect schema format - Schema Diff — diff two schema files in VS Code's native diff editor
- Right-Click — convert or detect from the file explorer context menu
- Custom Editor — rich conversion preview for
.schemaforgefiles
Requires SchemaForge CLI (pip install schemaforge) available on your PATH.
npm install
npm run compile
# Press F5 to launch Extension Development Host| Setting | Default | Description |
|---|---|---|
schemaforge.cliPath |
schemaforge |
Path to the schemaforge CLI |
schemaforge.defaultTargetFormat |
prisma |
Default conversion target |
schemaforge.livePreview.enabled |
true |
Enable live preview |