solid-devtools
solid-devtools copied to clipboard
Hide autogenerated node names from the tree view
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.

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.
Changed in solid in https://github.com/solidjs/solid/pull/1460