Shortcut for moving code block up and down in Android Studio

android-studio, keyboard-shortcuts

Solution

Try Ctrl-Shift-Up or down arrow. I know intellij and as this is based on intellij that might work.

Problem

is there any shortcut for move a selected code block up and down in android studio? In Visual Studio 2010+ I just select my block, hold ALT-Key and press arrow up / arrow down. Then, the selected block float up/down. Is there a similar action in Android Studio?

Original source

Related problems