Is it possible to get autocompletion for build.gradle files in AS?
v
Vampire
12/31/2021, 4:10 AM
It works a bit, but not fully as Groovy is duck-typed and extremely dynamic.
If you instead use Kotlin DSL, your build scripts are statically typed, type-safe, and IntelliJ / AS then has amazing support for them, including proper autocomplete.