LineGetter.showTabCompleteList

Override this to provide a custom display of the tab completion list.

class LineGetter
protected
void
showTabCompleteList
(
string[] list
)

Meta

History

Prior to January 31, 2020, it only displayed the list. After that, it would call tabCompleteHelp for each candidate and display that string (if present) as well.