[Feature under Review] Changing a parameter name could update the name used in events

Just like the recent addition, where changing a variable’s name updates all references, it would be useful if changing a parameter’s name would update anywhere it’s referenced in the function.

Here changing the parameter from obj2 to obj21 breaks everything where obj2 was used.

Sometimes you discover you had a typo in the parameter name or just used a name that didn’t clearly fit the situation.

1 Like