This is a Figma plugin that helps quickly select elements inside auto-layout frames.
Here’s a list of commands I plan to support and their current status:
-
Select to the Beginning. Selects all the elements located before a selected one (i. e., those positioned above or to the left of the element)
-
Select to the End. Similarly, extends a selection so as it would include the elements located after the selected one (i. e., below or to the right of it)
-
Select the First. Basically, select the first elements in a list
-
Select the Last. Does the same, but with the last element.
-
Expand a Selection Backward. Adds the previous element to a selection.
-
Expand a Selection Forward. Similarly, adds the next one.
-
Select Between Elements. Selects the elements between those that have been already selected.
The plugin is currently work-in-progress. If you have any ideas or feature requests, leave a comment in Figma Community or create an issue here. Any contributions are also would be highly appreciated, so feel free to make a pull request.