Skip to content

Commit

Permalink
Add quick pick title and placeholder guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett authored Nov 8, 2022
1 parent b20032b commit e7daf34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/ux-guidelines/quick-picks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ MetaDescription: UX guidelines for quick picks used in a Visual Studio Code exte
* Use the detail for providing (brief) additional context
* Use the multi-step pattern for a series of basic inputs
* Provide an option to create a new item when picking from a list (if applicable)
* Use a title for multi-step quick picks
* Use a title for quick picks without a text input
* Use a title for quick picks asking for text input (use the placeholder to show a hint or example)
* Use a title for quick picks featuring global buttons (e.g. a refresh icon)

❌ Don't

* Repeat existing functionality
* Use the same icon for multiple items
* Use more than six icons in a list
* Use a title when the placeholder can describe the purpose on its own
* Use inputs without a placeholder

## Multiple Steps

Expand Down

0 comments on commit e7daf34

Please sign in to comment.