Android Studio: make tab jump to maximum padding

I realize this is not a programming question, but it turns me on and there is no other place to ask this question.

In Android Studio (1.0.2), if I press the Tab key, it jumps exactly 1 indent level. Even if I'm in the middle of some heavily nested code and I need to press Tab on the bazilion once to reach the maximum indentation level where it should have placed the cursor in the first place.

Both Eclipse and Xcode go to maximum indentation level if I press Tab and this works better for me.

How can we customize the Tab key to go to the maximum indent every time?

+3


source to share


1 answer


I am running the same version (Mac) and was looking for the same.

  • Go to Android Studio Settings ---> Keyboard
  • Find an entry for the "Emacs" tab and assign a key.

This parameter has no default key assigned, so you need to create one yourself.



If you really like the way Emacs works for tabs (I do), you can assign tab key

this and it will be the default.

Now we are working fine.

0


source







All Articles