solid-devtools icon indicating copy to clipboard operation
solid-devtools copied to clipboard

Hide autogenerated node names from the tree view

Open thetarnav opened this issue 3 years ago • 1 comments

Seeing all those c-1-12-3-123-12 names isn't helpful. Adding #30 will prevent them from appearing too often, but some nodes won't be able to be automatically named here or there. Render effects especially. So what's left should just be hidden to not hurt the user's eyes. And displayed only in the details panel—if the user wants to have something to identify the node by. In the logs for example.

image

thetarnav avatar Aug 09 '22 19:08 thetarnav

If https://github.com/solidjs/solid/pull/1255 gets merged, we could only display the names of nodes that has been named by users, components and autonames by a bebel plugin.

thetarnav avatar Sep 28 '22 11:09 thetarnav

Changed in solid in https://github.com/solidjs/solid/pull/1460

thetarnav avatar Feb 15 '23 19:02 thetarnav