Skip to content

Idea: Consider adding a new "inner" keyword for argument queries #39

Open
@mpourmpoulis

Description

@mpourmpoulis

I have been considering these as a supplement to the inside keyword, by having it Work in a way similar to outer_keyword. That is instead of specifying in which "subtree" The region of interest lies, to specify how deeply nested it actually is. For example

function(something(nice(check(data))))

inner 1 argument 1 should select

nice(check(data))

inner 2 argument 1 should select

check(data)

etc... if a plain inner is used, then the behavior should be to select the innermost one.

Nonetheless, these can be Not trivial In how tie-breaking and adjective_decoding should take place

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions