Extension pack bundling the full Ginexys engineering pipeline for VS Code.
Install one extension, get four:
- Ginexys Core — authentication, IPC, and Copilot language model tools shared by all editors
- Table Formatter and Node Editor — visual table editor for CSV, TSV, Markdown, SQL, JSON
- PDF Processor — local PDF extraction, comparison, and HTML editing
- Schema Editor — visual diagram editor for circuits, ERDs, FSMs, floorplans
The pipeline
Extract (PDF/image to structured data) PDF Processor
v
Transform (reshape, edit, clean) TAFNE
v
Engineer (schematic / topology editor) Schema Editor
Each tool is independently useful. The pack ships them together so you can flow data between editors: extract a PDF in PDF Processor, send the tables to TAFNE for cleanup, push the netlist to Schema Editor for design.
The Ginexys Core extension provides a router (GinexysRouter) that relays data between open editors:
- PDF Processor → TAFNE. Send extracted tables as HTML or CSV.
- PDF Processor → Schema Editor. Send extracted vector regions for trace editing.
- Schema Editor → TAFNE. Send a netlist for BOM cleanup and editing.
- TAFNE → Schema Editor. Push back-annotated corrections to update component attributes on the canvas.
Cross-tool data flow is a Pro feature on the web. In VS Code it requires a signed-in Ginexys account.
Copilot, Cursor, and Cline integration
Five language model tools are registered with VS Code's lm.registerTool API, callable by Copilot Chat, Cursor, and Cline:
ginexys_format_table (free) — format CSV/TSV/Markdown tables
ginexys_extract_pdf_text (free) — extract text and tables from a PDF
ginexys_read_schema (free) — read the open schema as a netlist
ginexys_ai_extract_pdf (Pro) — AI-powered PDF extraction via Docling
ginexys_analyze_schema (Pro) — AI analysis of schema diagrams
Authentication
Sign in once via Ginexys: Sign In to Ginexys. The token is shared across all four extensions.
Privacy
Everything runs locally by default. Pro features that route through Ginexys backend (Docling AI extraction, OpenRouter inference) only run when you explicitly enable them on a given operation.
License
MIT. All four extensions are open source. See each extension's LICENSE.
Source
https://ginexys.com