Fudge
05/15/2019, 9:41 PMctrl+space
in a composable constructor it shows you the suggestions for the current positional parameter (in this case TextAlign
), and then all of the available optional parameters. Is there plans to bump up the positional parameters in autocompletions of composable constructors? I think It would be a good idea.textAlign =
) obviously it should only display the completions for that parameter(a TextAlign
).Leland Richardson [G]
05/15/2019, 11:45 PMFudge
05/16/2019, 10:25 AM