automatically adding tabs before equal when renaming var

Hi,

I have an issue, when renaming a var in C# project, I define the new name and press enter to validate the change. Then it adds 4 tabs between the var I renamed and the following = or ;.

It looks like it tries to align stuff, but how can I disable this?

ex:

var myBadNamedVar = 0;

then it turns into

var myVar            = 0;

Thanks in advance,

Quentin

1
8 comments

Hello Quentin!

 

Thank you for contacting us.

Could you please provide more extended code sample which represents the issue? Does R# align the specified var with other equlity operands?

Thank you.

0

Hello Quentin!

 

Thank you for the provided info.

I've filed corresponding issue - https://youtrack.jetbrains.com/issue/RSRP-466968

Please feel free to comment or vote for it.

Thank you.

0

Thanks. it seams I just have to wait for R# 2017.3

0
Avatar
Permanently deleted user

I'm on R# 2017.3.1 and I am experiencing this behavior.  How do I get 2017.3.2? Thank you.

0
Avatar
Permanently deleted user

I downgraded to 2017.2.2 for the time being from the Previous Version page.

https://www.jetbrains.com/resharper/download/previous.html

 

 

0

Hello Hizzatch!

 

R# 2017.3.2 is not released yet.

You are welcome to follow our twitter or blog to get the latest updates on the upcoming release.

Thank you.

 

0

I'm also experiencing this problem. Looking forward to the fix..

0

Please sign in to leave a comment.