Hello.
What is the function in SC ide corresponding to the “show node tree” function (Ctrl + Y) ?? I cant find it 
Thank you
Hello.
What is the function in SC ide corresponding to the “show node tree” function (Ctrl + Y) ?? I cant find it 
Thank you
s.queryAllNodes should do the trick.
The point would have been to get the actual View object so I can insert it into mine, but maybe, this shortcut does not call a supercollider function ?
Ah, sorry. Is s.plotTree what you’re looking for?
… and yes, you can use s.plotTreeView to attach the view to a parent.
Thanks, I forgot this serverPlusGui.sc file 
That was it !