Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
an...@google.com <an...@google.com> #2
Can you use the workaround described at
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.)