You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have to verify the IDE2 behavior against the CLI, I very often end up running arduino-cli board list from a terminal to get the FQBN of the attached boards. It would be great to be put the FQBN of a particular board to the clipboard in IDE2.
This should be possible from the IDE2
using the UI only, or maybe
with a keybinding, or
a right-click context menu solution is fine too, or maybe
from the status bar.
If you have any better ideas/requirements, please leave a comment.
The text was updated successfully, but these errors were encountered:
An alternative would be to provide the FQBN in a convenient location in the verbose compilation output for copy/paste. I do find myself periodically copying the FQBN from the classic Arduino IDE's output and I have to find it in a super long arduino-builder command. I have even suggested Arduino CLI users try this when they are having trouble determining which FQBN to use for their board (arduino/arduino-cli#138 (comment)).
I see there is currently something like that already in the Arduino Pro IDE output:
When I have to verify the IDE2 behavior against the CLI, I very often end up running
arduino-cli board list
from a terminal to get the FQBN of the attached boards. It would be great to be put the FQBN of a particular board to the clipboard in IDE2.This should be possible from the IDE2
If you have any better ideas/requirements, please leave a comment.
The text was updated successfully, but these errors were encountered: