microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.56k stars 28.13k forks source link

Adopt CompletionItemLabel #88757

Closed dominic-simplan closed 1 year ago

dominic-simplan commented 4 years ago

IntelliSense shows a list of available methods and fields. It is possible to show the quick info for such an item by clicking on the info icon of the currently selected item.

I would like to be able to see the quick info for items which are currently not selected using the mouse only, and without using the keyboard first to navigate to the according item.

Currently, I cannot see the quick info for items other than the selected one by using the mouse only: intellisense

There is no info icon displayed for the other items and any mouse button click on the other item will insert the item into the code and close intellisense.

gjsjohnmurray commented 4 years ago

Work being done at the moment on #39441 by @jrieken may be relevant to this request.

jrieken commented 4 years ago

Yes - we are working on this. Issue #39441 is the ground work for this. Once that's done each language extension needs to follow up with our changes. Keeping for as tracking item for TypeScirpt

mjbvz commented 4 years ago

Upstream TS exploration/feedback issue https://github.com/microsoft/TypeScript/issues/36265

mjbvz commented 1 year ago

Closing as upstream. We're also already using some parts of this API