Skip to content

Chained methods display as one single method #14

@kaisucode

Description

@kaisucode

Code such as foo.get(x).get(y) is incorrectly represented as a single method in the editor.

Screen Shot 2021-02-07 at 2 23 28 PM

The parser treats the foo.get(x).get portion as a single method call, and only y is registered as a parameter in this situation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions