Reputation: 3271
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
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