Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
an...@google.com <an...@google.com> #2
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Koala Feature Drop | 2024.1.2 Canary 4
- Android Gradle Plugin 8.6.0-alpha04
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
Repro steps:
Foo
elsewhere to call the function, and look at autocomplete.Result:
Foo(...)
shows up twice in the results; see attached screenshot.One entry inserts
Foo()
and the other insertsFoo() { }
. The user has no way to distinguish between them.By contrast, the default Kotlin completion contributor will give two distinct results; one starts with
Foo(
and the other withFoo {...} (
.Reproduced on:
(This build is approximately corollary to Koala Canary 8.)