How can I find a symbol in which library?

If I don’t load all schematic libraries for fast speed,how do I find a symbol is in which library?For example,24LC32。Thank you!

Most OSes have a search command, so you could use that. Alternatively if you have web access then github has a search function https://github.com/KiCad/kicad-symbols

1 Like

You need to find a string “24LC32” within all “*.LIB” files. If using Windows, its built-in search function can’t do this. You may use e.g. AstroGrep. http://astrogrep.sourceforge.net/

Thank you.I will try it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.