I've noticed that Composable function parameters d...
# compose
d
I've noticed that Composable function parameters do not appear in the completion popup when this is the first parameter I'm adding. For example typing
Text(li
won't suggest
lineHeight
, but typing
Text(text = "", li
will suggest it. Is this some known Studio Beta02 bug? Does anyone else experience it?