prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 717 forks source link

Multiline Autosuggestion ? #1748

Open Carreau opened 1 year ago

Carreau commented 1 year ago

I was wondering if multiline autosuggestion was possible/planned.

Currently if you return a Suggestion with new lines, it will display as ^J. I understand there might be challenges like having the prompt jump up and down.