Is there an issue in either google's tracker or yo...
# compose
d
Is there an issue in either google's tracker or youtrack which asks for better completion when using compose? I can't count how many extra keys I pressed only because it always suggests me those foldIn/foldOut which I never use and doesn't suggest Modifier which I use 99% of times there 🙂
6
e
Not on Google. But it might be a goal for context sensitive resolution https://youtrack.jetbrains.com/issue/KT-16768/Context-sensitive-resolution-prototype-Resolve-unqualified-enum-constants-based-on-expected-type#:[…]e So that in an upcoming compose (with k2) you can start modifier chains like
modifier = requiredHeightIn(...)
instead of
modifier = Modifier.requiredHeightIn(...)
l
And there are times when IDEA suggest me with
Modifier()
like a normal class. 🙁