Skip to content

Don't trigger completions for spaces when not in an argument list #1256

@DanTup

Description

@DanTup

We currently have space as a trigger character, but when typing the following code:

myFunc() {
}

The completion list opens after typing () which is unwanted. I believe the reason for spaces is to trigger on code like this:

myFunc(a,/* space */

So we should detect this and suppress the top one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions