I´m just moving from Eclipse to Android Studio and I noticed a small difference. In Eclipse when I use code completion for example like this 
Eclipse would complete the code like this and allow me just use tab to jump to next parameter.
Log.d(tag, msg) But Android Studio does this:
Log.d() So is there any setting that would achieve the same result in Android Studio or is this available only in Eclipse