-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issues
Milestone
Description
The terminal has this existing icon selector:
There are several problems with this though:
- Internal codicon details are exposed, for example there are 4 plus icons at the start
- Icons are not translated
- All codicons are included, meaning themed icons like red debug breakpoints are included
- Picking an icon visually is a headache as you need to either search for what you think the icon is called or look through the whole list
@hbons put together this prototype exploring an icon selector for profiles:
I propose we implement @hbons's mock up above, but do it in such a way that the quick pick can be opened in a special mode that shows icons only initially. Then when filtering, it could revert to the standard display closer to the terminal's current icon picker so that the filtered search text is visible and it acts like a regular quick pick.
Doing it this way as opposed to creating a whole new UI component allows us to share code, enhance the quick pick, potentially expose this new mode as an extension API and keep the UX as consistent as possible.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issues