Rubberduck icon indicating copy to clipboard operation
Rubberduck copied to clipboard

Empty args in arg list

Open retailcoder opened this issue 8 years ago • 0 comments

We need an inspection that suggests replacing this:

DoSomething 42, , , , , , , True, , , False

With named arguments.

DoSomething line:=42, isFoo:=True, isBar:=False

Currently blocked by #3028.

retailcoder avatar May 22 '17 15:05 retailcoder