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

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

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

zardoy
Copy link
Contributor

@zardoy zardoy commented Mar 23, 2023

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
Copy link
Contributor

aeschli commented Apr 24, 2023

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