Hello! I was wondering, why couldn't IntelliJ / An...
# developer-productivity-engineering
d
Hello! I was wondering, why couldn't IntelliJ / Android Studio autocomplete project dependencies in the build scripts? After syncing, the model knows all about the existing projects, and the editor knows that if I'm referencing
DependencyHandler.project()
, I most definitely want to write a string with a valid project path. (I know about the type-safe project accessor functionality, but it has downsides when it comes to build performance.)