A
A
Artem Prokhorov2021-09-28 18:58:15
Visual Studio Code
Artem Prokhorov, 2021-09-28 18:58:15

How to jump to the top line when backspace is pressed?

class User extends ActiveRecord implements IdentityInterface
{
     public function fields()
    {
      return [
            'id',
            'username',
            'email',
            'phone',
      ];
    } 
}

The problem is that, for example, to move return to the top line immediately after the bracket, I need to press backspace 3 times. In php storm this works out of the box and needs to be clicked 1 time. How to set it up?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Prokhorov, 2021-09-28
@kotcich

ExtensionHungry Delete

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question