I'm having this issue with autocompletion of compo...
# compose
d
I'm having this issue with autocompletion of composable parameters not working for quite some time. Arctic Fox RC1 has it too. Here you can see it failing to find
horizontalAlignment
. Does anyone know if this is fixed in Canary or ETA on the fix? It's a bit cumbersome to have to jump to compose sources when I forget these parameters...
4
a
If there is already parameters after, auto completion of parameter labels doesn't seem to work. The solution is to insert a `,`(comma) and put the cursor before the comma and then auto completion should work.
d
Thanks for the workaround!