When I’m editing Java code in Eclipse, the completion facility is extremely critical. It generally does a very good job of making good guesses of what I might need to reference.
This is important not just for writing new code, but for exploring apis.
Perhaps I’m missing something, but I feel like the completion facility within a Gradle script doesn’t usually match the kinds of things I’m looking for. Most of the symbols that we enter in Gradle scripts are property references, as compared to Java code, where you might be referencing more type symbols (class names). When I attempt to do completions while in a Gradle script, it never offers to complete property names, it only ever offers class names.
I did a brief search through issues to see if anyone’s ever mentioned this, but I didn’t see it. Is this a known problem?