Skip to content

AutoComplete does not ignore comments #4168

Open
@Stevefb

Description

@Stevefb

For example, pressing enter at the end of comment:

Private Sub foo()
    'do something
End Sub

results in this:

Private Sub foo()
    'do something
        
    Loop
End Sub

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-autocompletefeature-block-completionAC issues specific to the "block completion" handlerwork-itemUsed for features not implemented to document requirements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions