Viewing References currently just takes a list of form links or assets and shows them in a list.
It should be possible to switch that list to a tree view, where you can expand each reference to show the following reference of the references themselves. This should be optional as there might be a considerable overhead to get all of the recursive references (btw, only ever calculate the next tree children, not all at once (might even fail in circular dependencies)
Viewing References currently just takes a list of form links or assets and shows them in a list. It should be possible to switch that list to a tree view, where you can expand each reference to show the following reference of the references themselves. This should be optional as there might be a considerable overhead to get all of the recursive references (btw, only ever calculate the next tree children, not all at once (might even fail in circular dependencies)