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

Default subproject for implicit completion #46

Open
paour opened this issue Nov 17, 2017 · 4 comments
Open

Default subproject for implicit completion #46

paour opened this issue Nov 17, 2017 · 4 comments

Comments

@paour
Copy link

paour commented Nov 17, 2017

The GRADLE_COMPLETION_UNQUALIFIED_TASKS option causes the completion script to go over all subprojects, potentially pulling in too many tasks. Android apps generally always use :app: for the main subproject, could another env var direct the script to autocomplete for that by default?

@eriwen
Copy link
Contributor

eriwen commented Nov 17, 2017

Yes, I'd be very happy to consider a PR here especially that makes completion better for Android projects. Is that something you'd be willing to submit?

@paour
Copy link
Author

paour commented Nov 17, 2017

With my bash skills, you'd have to rewrite whatever I contributed ;-).

What I had in mind was not necessarily Android-specific: the variable could be set to whatever the "usual" default subproject the developer uses.

@eriwen
Copy link
Contributor

eriwen commented Nov 17, 2017

Okay, thanks for the clarification. That is helpful.

@mwos-sl
Copy link

mwos-sl commented Mar 5, 2020

I think that could be easily handled by: #88
I've already implemented such task. It can be easily extended. I can share the code.
To apply it, this PR needs to be accepted: #89

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

3 participants