I’m building my first Figma plugin, and before I can build the next functionality into my plugin, I first need to:
- Find all the groups that have the same name
- Club the ones with the same name and show them to the user (For example, 2 groups with the name ‘XYZ’, 4 groups with the name ‘ABC’, etc.)
I haven't tried any specific code yet, as I'm completely new to TypeScript. I hope someone can help me with this.