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

[ADDED] Add description support for completions #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cycoe
Copy link

@cycoe cycoe commented Aug 27, 2024

Add description support for completions
User can display descriptions when listing alternatives, by settting
description field to `Just "some description"' in Completion data. If
any alternative in current page is set with description, then single
column mode is enabled automatically, like this:

0:
first         this is the first item
second        this is the second item
third         this is the third item
forth         this is the forth item
fifth         this is the fifth item

@cycoe cycoe force-pushed the description branch 2 times, most recently from c14ede3 to 820e9e4 Compare September 7, 2024 05:01
User can display descriptions when listing alternatives, by settting
description field to `Just "some description"' in Completion data. If
any alternative in current page is set with description, then single
column mode is enabled automatically, like this:
```
0:
first         this is the first item
second        this is the second item
third         this is the third item
forth         this is the forth item
fifth         this is the fifth item
```
@cycoe cycoe changed the title [WIP] Add description support for completions [ADDED] Add description support for completions Sep 7, 2024
@cycoe
Copy link
Author

cycoe commented Sep 22, 2024

@judah plz review this PR

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.

1 participant