Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

editor sees syntax child [type="suffix"] Box {} as broken

Open djkato opened this issue 3 months ago • 1 comments

I'm not sure if this is the way, I got the answer from an LLM, as I couldn't find the answer to this through googling. I wanted to achieve what is mentioned here:

The AdwActionRow implementation of the GtkBuildable interface supports adding a child at its end by specifying “suffix” or omitting the “type” attribute of a element.

But I couldn't find a way, besides what I got from LLM. While the LSP seems to be comlaining, GTK does render it correctly, so it probably is the right syntax I think?

Image Image

if I'm having a skill isue lemme know. I picked up GTK4 this week and still learning :)

djkato avatar Nov 22 '25 22:11 djkato

Hmm actually it seems it might be just ignoring that part and continuing as if it wasn't child: but just regular child? so it seems correct but actually might not be.

djkato avatar Dec 01 '25 20:12 djkato