Skip to content

Signature help not show up in if-else branch #530

@renkun-ken

Description

@renkun-ken

Consider the following code:

if (sum()) {

} else if (sum()) {

}

In the if (sum()) branch, the signature help of sum() works while it does not work in the else if (sum()) branch when I type sum(.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions