Skip to content

[Feature] Disable cursor mirror for control structures #4480

Open
@rettenbs

Description

@rettenbs

Request Overview

VS Code automatically adds the end statement for control statements. However, when doing so, it also duplicates the cursor in the end statement and any condition, etc. written in the initial statement will be mirrored in the end statement:

Image

This should be configurable. I would prefer to have

function(hello)

endfunction()

instead of

function(hello)

endfunction(hello)

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementan enhancement to the product that is either not present or an improvement to an existing feature

    Type

    No type

    Projects

    Status

    Blocked

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions