> Very simple at the moment. I just add words with length > 5 to a > std::set<docstring> during typing. Of course something more clever is > needed here.
As long as you abstract the logic of this to an independent class, it can be improved later. Also, users may prefer 1. disable this at all, 2. completion on request (shortcut), or 3. automatic completion list. Bo