Skip to content

select case bug ,format code #2377

@xiaoyaocode163

Description

@xiaoyaocode163

When encountering a procedure call starting with 'Do' in SELECT CASE, the subsequent code is forcibly indented during code formatting and treated as if it were a do while loop.

SELECT Case "ABC"
                 DoSUB1()
                       Case "KE2"

need:
SELECT Case "ABC"
                 DoSUB1()
            Case "KE2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions