I have a somewhat complex project that came from an "example". I'm using the regular Arduino IDE. There are numerous .h and .cpp library modules that get included, but they come from various libraries.
Is there a way to get the compiler/IDE to show me the code for the INCLUDE'd modules? Much like it does with tabs when I place a .h or .cpp modules in the same directory as the .ino module?
Thanks, Ira