hardfork
hardfork

Reputation: 3271

syso shortcut in android studio?

I am missing the "syso" feature (from Exclipse) in Android Studio.

(Entering "syso", pressing Cmd+Space and "syso" will be changed to "System.out.println()".

How is it possible to do that in Android Studio.

Upvotes: 0

Views: 1965

Answers (2)

Roberto Parra
Roberto Parra

Reputation: 31

"sout" + ctrl + space

Upvotes: 3

user9696382
user9696382

Reputation: 66

It is sout, but I would recommend using Log instead so you are also able to put tag in your console.

Upvotes: 5

Related Questions