I just wrote my first KiCAD plugin and I find it really hard to find all the attributes for all the different types of objects. Like what attributes and functions do Modules have? A list of all the shapes (S_CIRCLE, S_ARC…). Where do you find these? I’ve tried reading this documentation (https://docs.kicad.org/doxygen-python/namespacepcbnew.html) but I can’t find anything useful…
How did you go about learning scripting for KiCad?