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 1 Frame 1 / Button Frame 1 / Button / Label Frame 1 / Button / Icon Frame 1 / Content Frame 1 / Content / Title Frame 1 / Content / DescriptionSimple NamesFrame 1 Button Label Icon Content Title DescriptionJSON 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 | 2 |
---|---|
Created | April 7, 2025 |
Last Updated | April 7, 2025 |
Category | Import & export plugins |
Creator | Nick |
Stats | 0 installs, 0 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.