Skip to content

Handle trailing combinations of subscripts attributes and function calls #42

Open
@mpourmpoulis

Description

@mpourmpoulis

In general, the fact that we can perceive Code both in a linear format( the way appears as text ) and as a tree( they way it is presented in AST) can result in situations where deciding how a given expression can be split into smaller ones can be difficult.One such occasion are trailing combination of subscripts,attributes and function calls

something[0].hello("world")[1].data["address"]

Support for allowing a more linear approach For such scenarios Should be added

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions