microsoft / FigmaSharp

Create apps with Figma
MIT License
441 stars 24 forks source link

!placeholder types #373

Closed hbons closed 1 year ago

hbons commented 3 years ago

Right now !placeholder always converts to NSView, which can cause redundant nested views. It would be nice to be able to specify the type. Something like:

!placeholder "myPlaceholder" (NSTableView)

I remember we're already able to do this, this is just a bit more user friendly way to do it.