Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mpourmpoulis opened this issue Aug 3, 2020 · 0 comments
Open

Comments

@mpourmpoulis
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant