SKiDL IntelliSense - VS Code extension for real-time KiCad validation #289
ashergarland
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
Very neat! Please announce it in the skidl github discussion. I'll also mention it in the skidl README. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I built a free, open-source VS Code extension that adds real-time language intelligence for SKiDL Python files. It validates your KiCad library names, symbol names, footprint names, and pin names as you type, before you ever run the script.
What it does
Part("library names, symbol names,footprint="strings, andpart["pin namesPart()call to see the symbol description, pin list, and default footprintWorks with KiCad 7, 8, 9, and 10. SKiDL itself is not required to be installed; the extension parses
.kicad_symand.kicad_modfiles directly.Install
Example
Would love feedback, bug reports, or feature requests. Happy to take PRs too.
All reactions