This definitely should be an optional setting if implemented. Because I actually need the opposite - being able to see the names of function parameters when the function is called in an expression. Currently they are displayed like this:
Function.getDamage(5,2,0)
What I need is this:
Function.getDamage(Attack: 5, Armor: 2, Shield: 0)