I often end up with assemblies with 10+ joints and since I always forget to name them I'm lost later on to figure out which one is which in the browser.
Suggestion 1 -> Better naming:
Instead of generic naming like:
Rigid1, Rigid2, Rigid3, Rigid4
Use the actual Component names and indicate which is attached to which:
[Component 1] [->] [Component 2]
Also the Names should be liked to the components names, so if you change the component name the joint name changes as well.
Suggestion 2 -> Hover Highlighting
Currently if you hover over a joint in the browser it highlights it (barely noticeable).
I would like to have the the actual joint highlighted (better) and also both joint components. Visually it would be good to have a highlighting in the same way when you hover over components.