I have a scenario where Iwant to show comments in the node's tooltip Ex : //This is add function function add(a,b) So the node for function should show its comments in tooltip .
I have a scenario where Iwant to show comments in the node's tooltip
Ex :
//This is add function
function add(a,b)
So the node for function should show its comments in tooltip .