This is an absolute disaster.
I have this code:

My cursor, as can be seen, is right before the is_array() call in the first if condition.
I want to add another condition right before that, that is $fetchImageInfo &&, which is a variable that exists.
So, I start typing the variable and I get the expected autocomplete suggestion:

Then I hit Enter to accept it, and KABOOM!!

That DELETES the is_array that came after.
I think this is a regression
This is an absolute disaster.
I have this code:

My cursor, as can be seen, is right before the
is_array()call in the firstifcondition.I want to add another condition right before that, that is
$fetchImageInfo &&, which is a variable that exists.So, I start typing the variable and I get the expected autocomplete suggestion:
Then I hit Enter to accept it, and KABOOM!!
That DELETES the
is_arraythat came after.I think this is a regression