Skip to content

Is there a way to handle multi-lines instead of processing them line by line when pasting mult-lines? #240

Open
@lvjinyu

Description

@lvjinyu

For example, when I type or pasteselect host() \n, I hope to handle it directly when encounter\n, but when I directly paste the text select\nhost()\n, I hope to not handle it directly when encounter the first \n and wait for the input of host() before processing.
In summary, it is to determine whether there is any unread content after \n. If not, it will be processed directly. Otherwise, continue reading

something like the following
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions