Skip to content

Finalize tooltip API for QuickPickItems #175662

Open
@TylerLeonhardt

Description

@TylerLeonhardt

Last iteration we introduced tooltips for quickpickitems into Core and as a proposed API:
#174473

The shape of which looks like this:

        export interface QuickPickItem {
		tooltip?: string | MarkdownString;
	}

The ask was from Jupyter Notebooks extension who show a ⚠️ in their quick pick items when something isn't quite as we expect. A tooltip is one way to allow them to show additional information that might not be critical, but is available.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions