Completion: Full description length #532
-
Hi, is it possible to get full description of arguments? For example with Got:
Expected:
The description is limited and cut off by I tried the settings, I understand it might be a general limit, just to avoid extremely lengthy descriptions.. Maybe it could be a setting to configure to allow multi-line descriptions and then set a line-limit or total characters. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks. Hmm, with
$ echo "$LINES $COLUMNS"
$ stty size |
Beta Was this translation helpful? Give feedback.
It's not implemented currently, and I need to newly implement it. However, it's not simple to implement. To offer the TUI-like behavior
ble.sh
needs to calculate the layout by emulating/predicting all the text reflow of the terminal.ble.sh
actually already contains a framework to calculate it, but I anyway need to design new layouting to implement the behavior you describe. I'll put it on my ToDo list, but I don't have time to implement it soon.