POSTS
Quicktip Automatic Saving in Android Studio
Reading time: 1 min
Written by Marco Tschannett
The problem this quick tip tries to solve is the lack of native code formatting in android studio. Other than VS Code, Android Studio doesn’t has this implemented.
Solution :)
- Open the preferences of Android Studio (CMD + ,).
- Navigate to the
Plugin
menu. - Click on
Browse Repostories
- Search for
Save Actions
and install that plugin - Configure the plugin
- Search for
Save Actions
in the searchbar of the preferences - Tick the options like shown in the screenshot below
- Search for
Thanks for reading
So this is it. With this you get automatic formatting on save in Android Studio.
And hey this is the first quick tip from hopefully many more to come ^^