Open
Description
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