Back to Plugins
Select by Name

Select by Name

Select multiple layers by filtering layer names. See previews directly in the Quick Action Bar.

batch selectfilterquick actionsbulk selectregexlayer nameregular expressionsearchfind

Plugin Preview

Select by Name preview

About this plugin

Quickly select multiple layers by searching for parts of the layer name, complete names or regular expressions. It all happens within Figma's Quick Action bar. This is useful for editing multiple layers in one go, especially if they are deeply nested within component instances.


▶️ Watch a demo video by Joey Pearlman (thanks!)


You also get a neat list of automatic suggestions consisting of ...

  1. up to three recently used queries and
  2. most frequently found layer names in your current selection, filtered live by your query.


The little number in front of the suggestions shows how many layers match this query. The selection you end up with might differ from that number, because the preview counts both, matching parent layers and matching children layers. Your selection will only contain the matching parent layer in such cases.


Commands

  1. Select: Select layers with the help of an index of all layer names in the selection (or page).
  2. Select ⏭: Skip creating the index. Useful if working with huge sets of layers, where creating the layer name index can get slow.
  3. Subtract: Remove layers from the selection. Only affects the parent layers in the selection, not the children.


Modes

  1. Default: Select all layers that contain your query. Position within the name and case doesn't matter.
  2. "Complete and precise": Select only layers with exactly the name you select. This is case sensitive and white space also matters. Quotes mark these type of queries, no need to type the quotes, though.
  3. /Regular expression/: Select layers that match the regular expression that you enter as a parameter. Slashes mark these type of queries, no need to type them. Regular expressions show up as a suggestion when you use expressions like [0-9] or ^ in your query.


The plugin is inspired by Select Layers by Yuan Qing Lim, I've been an avid user of the "Select layers by name" function and saw an opportunity to make that workflow in particular a bit quicker and more powerful using the new parameters API and regular expressions.

Plugin Details

Version15
CreatedNovember 10, 2021
Last UpdatedMarch 2, 2025
Categorydesign-tools-other
CreatorRichard Bruskowski
Stats3334 installs, 154 likes
PricingFree

Technical Details

  • API:1.0.0
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none