Layer Name Lister
A plugin that will give you a plain text list of the layers you have selected (incl. children)
Plugin Preview
About this plugin
A Figma plugin that provides a hierarchical view of selected layers and their children. This plugin makes it easy to copy layer names with their complete hierarchy or simple structure for documentation, handoff, or reference purposes.Also pretty useful if the layers need to be fed to an LLM for cross checking against a checklist of fields that need to be included in the UI (that's why I developed this plugin)Features- Recursive Layer Traversal: Lists all selected layers and recursively shows their children- Multiple Output Formats:- Full Paths: Shows complete hierarchical paths of each layer- Simple Names: Shows only the layer names without parent paths- JSON Format: Structured data format including layer IDs, types, and hierarchy- Cycle Detection: Avoids infinite loops with automatic cycle detection- Copy to Clipboard: One-click copy of the entire layer hierarchy- Live Updates: Automatically updates when selection changes- Resizable Interface: Adjust the plugin window size to your needs- Performance Optimized: Handles large layer structures efficiently with batch processingOutputsFull Paths (Default)Frame 1Frame 1 / ButtonFrame 1 / Button / LabelFrame 1 / Button / IconFrame 1 / ContentFrame 1 / Content / TitleFrame 1 / Content / DescriptionSimple NamesFrame 1ButtonLabelIconContentTitleDescriptionJSON Format[{"id": "1:2","name": "Frame 1","type": "FRAME","path": "Frame 1","level": 0,"children": [{"id": "1:3","name": "Button","type": "INSTANCE","path": "Frame 1 / Button","level": 1,"children": [...]},...]}]
Plugin Details
| Version | 3 |
|---|---|
| Created | April 7, 2025 |
| Last Updated | April 27, 2025 |
| Category | Import & export plugins |
| Creator | Nick |
| Stats | 37 installs, 6 likes |
| Pricing | Free |
Technical Details
- API:1.0.0
- UI:ui.html
- main:code.js
- Document Access:dynamic-page
- Editor Types:figma
- Allowed Domains:
- none
More Like This
Discover other plugins in the Import & export plugins category.
Free Compressed PDF and Image Exporter (PDF, PNG, JPG, WebP and SVG)
Export compressed PNG, PDF, JPG, SVG, WebP & merge multiple frames into one PDF—fast & easy! 🚀
Color Import / Export
Help design and dev teams stay in sync by providing import and export tools for color palettes
Export/Import Variables
Export variables from one file and import them to another. Supports modes, references, and scopes.