Consecutive assignment alignment
Hello,
Does ReSharper have any way to align consecutive assignments similar to how PhpStorm does? Basically I would like ReSharper to align code on the = character.
var someValue = 256;
var someOtherValue = 2048;
For the above code, I would like the code formatter to align the first line such that both equal signs (=) are aligned.
Kindest Regards,
Mark Smit
Please sign in to leave a comment.
Hello Mark!
Thank you for the feedback.
Corresponding issue is planned to be fixed in ReSharper 2017.3 version, see the issue here - https://youtrack.jetbrains.com/issue/RSRP-121267
Thank you.