Reporter | Lilia Shamsutdinova (Lilia.Shamsutdinova) |
---|---|
Created | Apr 19, 2018 7:08:23 PM |
Updated | Apr 19, 2018 7:08:23 PM |
Subsystem | Context Actions |
Assignee | Andrew Karpov (andrew.karpov) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | Backlog |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
JetBrains ReSharper Ultimate 2018.1 12.0.20180418.033450-eap10d.
string name;
int phone;
(name, phone) = person;
Would be nice to:
have CA or QF (similar to QF "Join declaration and assignment") which will revert the result of "Split declarations from deconstruction" CA.