How do disable jumping past closing brackets with . (dot)?
Every time I type a dot inside the arguments bracket of a method call, Rider very unhelpfully throws me to the end of the closing bracket.
Basically, when I type:
SomeFunction(.3f);
I instead end up with:
SomeFunction().3f;
This is infuriating me. Is there any way I can get rid of this behaviour?
Please sign in to leave a comment.
Hello Brian,
Sorry for the late response. The ticket was misrouted somehow.
To disable this behavior, please go to Settings | Editor | General | Typing Assistance, then uncheck “Correct common language-specific typos”
Let me know if this doesn't work for you.
Thanks,
Tom