Skip to content

Tab completion for functions and built-in commands

Michael Aaron Murphy requested to merge TomBebb:master into master

Created by: TomBebb

This implements #183 (closed) by adding a MultiCompleter struct which combines several completers into one, and by adding a BasicCompleter with the function names and command names combined.

Merge request reports