In bindings generated by the official ProtoFlux bindings generator for my collections plugin the following:
[NodeOverload("Collections.Lists.Read")]
becomes:
[Grouping("Collections.Lists.Read")]
in the bindings when inspecting with ILSpy on my own nodes
however Project Obsidian's SourceGenerator bindings don't do this. Is this because Project obsidian didn't need to use node overloads? or was it not known to be implemented?
Might look at making a PR in a bit to try adding this.