Android Studio - jump back and forth between matching braces using a single key sequence -


i had move eclipse android studio android development. many features better, several worse. in particular miss jump between matching braces (opening -> closing brace , v.v.) means of single key sequence.

i managed find ctrl ] takes opening brace closing one, ctrl [ takes closing opening brace. if wrong [ or ] symbol used when ara @ opening or closing brace, editor jumps next brace of type.

is there key sequence jumps between matching braces, eclipse does?

i think want

  • ctrl+}

  • ctrl+{

these move open , close brackets.

you want single combination both?

use ctrl + shift + m

reference


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -