6

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 code help

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

4
  • stackoverflow.com/questions/93591/… maybe? "super completion" looks like it's something similar Commented Nov 14, 2014 at 20:39
  • Thanks. "Super completion" does't look that super based on that question and seems there's no parameter completion. Commented Nov 14, 2014 at 21:40
  • "use tab to jump to next parameter" is the best !! Commented Jan 13, 2015 at 10:57
  • same question posted on Android Developer Tools Community plus.google.com/117534008140170831687/posts/Sn1djhcJCxs Commented Jan 13, 2015 at 17:20

1 Answer 1

0

In your IDE go to Editor -> Code Completion and make sure that the Autopopup code completion is checked

Sign up to request clarification or add additional context in comments.

1 Comment

Not what I´m asking. The question is about the behavior that happens after you select something that pop ups for completion.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.