Can I use code libraries and read the serial log in Fritzing?

Hello, is it possible to import code libraries e.g importing the RC library from GitHub or read the serial log from the coding tab? I am hoping to be able to fully replace the Arduino IDE, but I am unsure of the full functionalities - if it would work as a full IDE or as a light-weight alternative.

Thanks!

Hmm, more a light-weight alternative at the moment. You can read the serial monitor directly, that’s working fine.
And you can also write import statements of course – but in the background, Fritzing is using the Arduino IDE to compile the sketch. So the Arduino IDE needs to have the library installed (or rather, the library needs to be in the Arduino/libraries folder).