Need feature for component tree auto highlight

I found a temporary partial solution to the problem. You need to add a style to the script of the Stylish plugin that expand the entire component tree for all screens.

.tree-node-children-wrapper{
	max-height: inherit;    
}

See for detail Improving the Thunkable x IDE