Add the ability to pre-fill parameters in a parameter based plugin

TLDR; it would be nice to prefill parameters when there might only be 1 suggestion possible for that scenario.

I’m creating a parameter based plugin that has 2 required options. The first option’s suggestions are populated based on some information derived from nodes in the figma.currentPage.selection. In some scenarios, the current selection is only a single node, thus only 1 suggestion. A great UX improvement here would allow the plugin to simply automatically prefill the first parameter and move to the 2nd option.

Thoughts on this?