Don't know if this is a general Idea question, but is it possible to not show the + for tree nodes in the call hierarchy if there really are no child nodes?
if it slows down the feature too much, maybe it can be done in background? or, a lot simpler: replace the "+" icon with a "we don't know yet"-icon until the user clicks on it.
Don't know if this is a general Idea question, but is it possible to not show the + for tree nodes in the call hierarchy if there really are no child nodes?
It's general idea performance issue. This + is lazy. Call hierarchy is very slow feature, so I'm not sure that we should fix such behavior.
Best regards,
Alexander Podkhalyuzin.
if it slows down the feature too much, maybe it can be done in background?
or, a lot simpler: replace the "+" icon with a "we don't know yet"-icon until the user clicks on it.
I'm not sure that something will be changed in future, sorry. Think about + like about "don't know yet":)
Best regards,
Alexander Podkhalyuzin.