Skip to content

[completions] Always show details such as Default value#183

Merged
aeschli merged 2 commits into
microsoft:mainfrom
zardoy:show-default
Apr 24, 2023
Merged

[completions] Always show details such as Default value#183
aeschli merged 2 commits into
microsoft:mainfrom
zardoy:show-default

Conversation

@zardoy

@zardoy zardoy commented Mar 23, 2023

Copy link
Copy Markdown
Contributor

Problem: currently we have to iterate over all completions in completion list to see which value is default, because detail is only shown when completion is focused. If I'm not mistaken, detail is used in most languages because it can be resolved later, while labelDetails not.

Note: When name of the label is really large, only labelDetails.description is truncated, so I don't see any downsides here.

image

@aeschli aeschli added this to the April 2023 milestone Apr 24, 2023
@aeschli aeschli merged commit 9ad99d5 into microsoft:main Apr 24, 2023
@aeschli

aeschli commented Apr 24, 2023

Copy link
Copy Markdown
Collaborator

Thanks @zardoy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants