Open
Description
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:
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
Labels
Type
Projects
Status
Blocked