KiCode is a VS Code extension that offers an interactive KiCad file viewer.
Features
Interactive viewing of KiCAD schematics (.kicad_sch) and boards (.kicad_pcb).
Powered by kicanvas, a browser-based viewer for KiCAD files.
Zoom and pan functionality within the viewer.
Layer visibility control for boards.
Component highlighting and information display.
Installation
Open Visual Studio Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
Search for "KiCode".
Click Install.
Usage
Open a KiCad schematic (.kicad_sch) or board (.kicad_pcb) file in VS Code.
The KiCode viewer will automatically open in a new tab or panel.
Use the viewer controls to navigate and inspect the design.
About KiCanvas
KiCanvas is an interactive, browser-based viewer for KiCad schematics and boards. It is currently in alpha, so please file an issue on their GitHub if you encounter any bugs. You can find the KiCanvas project here: kicanvas
Credits
All credits go to the KiCanvas team for their incredible work on developing the interactive viewer. We also acknowledge the KiCad developers for creating the open-source EDA suite that makes this extension possible.