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

 

0
1 comment
Official 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.

Please sign in to leave a comment.