Expected Behavior
gradle-completion queries Gradle for the list of available tasks and their task options to obtain that data in a structured way.
Current Behavior (optional)
gradle-completion is currently parsing the output of ./gradlew tasks --all to provide completion of tasks.
This is brittle and does not provide accurate results.
Context
.
Expected Behavior
gradle-completionqueries Gradle for the list of available tasks and their task options to obtain that data in a structured way.Current Behavior (optional)
gradle-completionis currently parsing the output of./gradlew tasks --allto provide completion of tasks.This is brittle and does not provide accurate results.
Context
.