haskeline icon indicating copy to clipboard operation
haskeline copied to clipboard

[ADDED] Add description support for completions

Open cycoe opened this issue 1 year ago • 2 comments

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 avatar Aug 27 '24 16:08 cycoe

@judah plz review this PR

cycoe avatar Sep 22 '24 02:09 cycoe

Is there still interest in this PR?

athas avatar Aug 21 '25 17:08 athas