Open
Description
It would be nice if get_continuation_prompt
had enough information passed to it to have a different continuation prompt depending on if the line is hard wrapped or soft wrapped. As far as I can tell this is currently impossible (from the logic here, the get_continuation_prompt
has no distinction between the different calls. Even if it were just passed n
(for the n
-th continuation prompt) I think this would be possible.