figma-plugin
figma-plugin copied to clipboard
TokenPicker: Tab to jump to next .
It would be a neat addition for the TokenPicker when using it to autocomplete if pressing Tab would jump to the next .
So if I type
{colors.b
And the plugin gives me suggestions like
colors.black.100
colors.black.200
...
and I press Tab
My new value is
{colors.black.
That way if I know I need a token that is in that colors.black space I can quickly jump to those without having to type.