Reporter |
|
---|---|
Created | Apr 30, 2019, 5:51:55 PM |
Updated | May 7, 2019, 3:37:36 AM |
Subsystem | Context Actions |
Assignee | Andrew Karpov (andrew.karpov) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In EAP | Undefined |
VsVersion | All Versions |
Branch | No branch |
The "Add argument name" action provides the following bulk options:
- Add argument names in method '[name']
- Add argument names in file
- Add argument names in project
- Add argument names in solution
I would like to add a new option: "Add argument names in method call".
When there's multiple parameters being passed to a method/function positionally, you used to be able to achieve this by performing the action on the first parameter, because it would force parameter names being used on all the rest because C# did not support mixing named argument passing before positional. But now it does, so this trick no-longer works.