Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: QuickPickItem tooltip #174699

Closed
2 tasks done
TylerLeonhardt opened this issue Feb 17, 2023 · 2 comments
Closed
2 tasks done

Test: QuickPickItem tooltip #174699

TylerLeonhardt opened this issue Feb 17, 2023 · 2 comments

Comments

@TylerLeonhardt
Copy link
Member

TylerLeonhardt commented Feb 17, 2023

Refs: #174473

Complexity: 4

Create Issue


This iteration we have introduced the ability for quick pick items to have tooltips:
image

A make believe usecase of the Command Palette showing the extension that contributed the command

How to test

Prereqs

For the Steps section below, I want you to try it out in both the "simple" and "complex" API:

  • Simple in Core is the pick API
  • Complex in Core is the createQuickPick API
  • Simple in Ext is the vscode.window.showQuickPick API
  • Complex in Ext is the vscode.window.createQuickPick API

Steps

Really just play around with the API AND the UX shown... but specifically test out:

  • Does the API make sense?
  • Does hovering over an item with your mouse show the tooltip?
  • Does ctrl+space show the tooltip? - this works similarly to the suggest widget so try that out
  • Add a markdown link in the tooltip. Can you tab over to it?

Have ideas of where this could be used? Open issues on that so we collect ideas!

@DonJayamanne
Copy link
Contributor

Found one issue #175004

@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants