Tab completion for task names

Gradle is excellent at tab completing project names. Could we also have gradle tab complete task names? E.g., typing gradle integrationTestClasses could be substantially sped up by autocompleting gradle int[tab]C[tab].

We don’t explicitly provide this. I assume this only works because project names also typically align with names of subdirectories of the root project directory.

There look to be some potential third-party solutions mentioned in GRADLE-1069.