Make tab / enter code completion consistent

I like to have spaces inside the parentheses of my method calls: MyMethod( myParam );

Rider lets me work that way, which is great.  When I begin typing the name of MyMethod, I can press enter, the method name is completed, and the cursor is placed at the location with the asterisk: MyMethod( * );

This is lovely.  But when I begin typing the name of MyMethod and press Tab to complete the name or type the opening brace, the cursor is placed here:

MyMethod(* );

I have the "Use Resharper formatter settings on Tab" checked in the Typing Assistance settings.  Is there another way for me to fix this inconsistency?  It makes for a lot of deleting and sighing throughout the day.

0

Please sign in to leave a comment.