Hey Devs,
We’re releasing a new open-source plugin for Figma Plugin Devs. Inspecting the properties of a node is super important when you’re developing any plugin. This has support for -
- Figma Async APIs
- Children are loaded on-demand, means no lag even on selecting huge nodes.
- Grouping properties based on their functions, like Positional, Fill, etc.
Here’s the link: https://www.figma.com/community/plugin/1429514362463465316/better-node-inspector
Here’s the Repo: GitHub - dualiteindia/better-node-inspector: View detailed properties of any selected node
Happy to answer any questions!
Thanks!