Feel free to do so and submit a pull request to add the capability to this free open source software project:
https://github.com/arduino/arduino-ide/blob/main/docs/contributor-guide/pull-requests.md#pull-request-guide
You might be interested in this information a forum user shared about how to add a print capability to Arduino IDE 2.x via an existing 3rd party extension:
UPDATE: an updated solution is provided in my post #18 later in this thread
I'll share an option for adding a print capability (including print to PDF) to Arduino IDE 2.x:
Arduino IDE 2.x is built on the Eclipse Theia IDE framework , which allows it to use VS Code extensions.
As Microsoft has not seen the need to add native printing support to VS Code, a free open source 3rd party extension named PrintCode was created to add the capability. This extension can be installed in Arduino IDE 2.x t…
1 Like