0
votes

When typing a word in a dash input I would like to get autosuggestions, an example of what I mean is this CLI app I made in the past.

enter image description here

a link to the documentation: https://python-prompt-toolkit.readthedocs.io/en/master/pages/asking_for_input.html?highlight=suggestions#autocompletion 3

Thank you in advance!

1

1 Answers

0
votes

You can use the AutoComplete component from this module. There's an example of it being in this file.