Add tooltip to primary input to use node.reference
Closes #3202
I would like to get descriptions of nodes in the tooltip, just like we have with the secondary inputs and outputs, but the node itself does not have a "Description" field, so that I'll leave for a follow on as it needs to populate descriptions for all the nodes, and add the field to metadata struct used in the frontend.
It looks like your code adds a new tooltip, but the tooltip already exists and just needs to have the correct name shown. Currently it shows the user alias but not the node type with the existing tooltip.
ser alias but not the node type with the existing tooltip.
Interesting, it seems to behave differently in my local testing. I see the node ref/type in my tooltip. I know the tooltip exists, but does it exist in a parent container or something? I did not see it or could not find the tooltip to change. I'll look again.