In the text editor, when a dropdown member list appears in Visual Studio, hitting RETURN accepts the current dropdown entry, completes typing the member name, and then leaves the cursor on the same line.
Under VisualGDB, this behavior is changed:
hitting RETURN accepts the current dropdown entry, completes typing the member name, and then <b>goes to the next line and indents.</b>
This is very annoying as VisualGDB shouldn’t be changing the behavior that Visual Studio has for text editing.