Open
Description
Describe the request
Would be really great to be able to add some boards to favorites, so you don't have to search up manually different boards to select one. After you added them to favorites, it would be great if it would automatically move to top and stay there as long as it is favorited. Here is a screenshot that shows possible way it can be implemented:
Describe the current behavior
Currently that feature isn't available (
Arduino IDE version
2.0.5
Operating system
macOS
Operating system version
Big Sur 11.7.1
Additional context
Related
- add a frequent flyer list to the boards menu #330
- Support customization of board selection drop-down #86
- Implement "Recently Used Boards" Menu Arduino#10816
- Add per-session recently used boards list Arduino#8607
- Disabling unused boards in the IDE #2339
Issue checklist
- I searched for previous requests in the issue trackerI verified the feature was still missing when using the latest nightly buildMy request contains all necessary details
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
kittaakos commentedon Mar 15, 2023
Two questions for refining the requirements of this ticket:
fqbn
is unavailable, and storing the board's name could be incorrect. (The name of the board changes after installing the corresponding boards package arduino-cli#620)settings.json
.zhekch commentedon Apr 3, 2023
I also thought of another small addition, would be great if IDE could store board associated with the port. I use same esp every day, and it's always
/dev/cu.usbserial-0001
, but every time I reopen ide and my project, or create a new project, it resets, and I have to search for the board and select it every time.