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
Please sign in to leave a comment.
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.
Hi,
Thanks for your answer, but I don't think so...
Here is a video to see the behaviour: https://drive.google.com/file/d/1iL0oBbW2zHSRN0nk1QBit7X1tCNXesJh/view?usp=sharing
And my R# config file: https://drive.google.com/file/d/1sTBlLdNBlWIPN0dOXEdDqIHU1oV1F0v_/view?usp=sharing
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.
Thanks. it seams I just have to wait for R# 2017.3
I'm on R# 2017.3.1 and I am experiencing this behavior. How do I get 2017.3.2? Thank you.
I downgraded to 2017.2.2 for the time being from the Previous Version page.
https://www.jetbrains.com/resharper/download/previous.html
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.
I'm also experiencing this problem. Looking forward to the fix..