Open
Description
hi,
currently when i type the following:
a = abc(hi,<return for new line>
i get:
a = abc(hi,
ho=cursor_on_new_line_starts_at_the_same_position_as_parenthesis)
would it be possible to change it to get the following instead?
a = abc(hi,
ho=cursor_at_the_same_position_as_first_variable)
thanks so much!