I’m bringing up a pilot database library (using the kicad_dlb framework), and there is one high-friction point that I’ve run into with my workflow.
When we create a new part in our company database (say, a new version of a specific opamp), our purchasing department typically creates the new record with part descriptions and manufacturers/part numbers. The next step is for a design engineer (for now, me) to assign the Symbol and Footprint values for integration in KiCad.
In 90+% of the cases, I can quickly find an equivalent Symbol browsing the Symbol Editor. But I cannot find any method (at least not on Windows 10 or 11) to copy the library name and symbol name onto the clipboard, to be able to paste into my database record. For example, if I am adding the venerable AD797 I can find the NE5534 symbol, which will work great. But I can’t find any way to copy the text “Amplifier_Operational:NE5534” to the clipboard to then paste into the new database record. Same goes for the Footprint value. From the Footprint Editor, I want to the text “Package_SO:SO-8_3.9x4.9mm_P1.27mm” to then be able to paste into my database record for Footprint.
As it is now, I am forced to separately type the name of the Symbol and Footprint into the database. This is obviously error-prone, and I’d like to find a better solution before I roll my pilot system out to other engineers at our company.