9

After installing Android Studio 3.6 it's constantly showing a balloon to install shell script formatter.

A cropped screenshot is submitted:

enter image description here

The question is "What is a shell script formatter and what does it do in Android Studio 3.6?".

It was Googled and looked up in Android Studio Website but got nothing.

Any guidance would be greatly appreciated.

user10496632
  • 463
  • 4
  • 13
  • You may installed plugin for formatting. Check all installed plugin or press "No, thanks" – Pratik Butani Feb 27 '20 at 12:21
  • 2
    Thanks for your reply. I ran Android Studio as is and with no pre or post-installed plugin(s). My question is exactly what this formatter will do. But after all pressing a button doesn't seem to be a difficult action. – user10496632 Feb 27 '20 at 14:01

1 Answers1

6

It was Googled and looked up in Android Studio Website but got nothing.

Actually, it`s not from the Android perspective, it belongs to the editor we use to develop applications for android framework i.e IntelliJ IDEA.

They introduced this to the script optimized our code structure and provide suggestions to our code like code duplication etc.

for detailed information

Ved
  • 502
  • 4
  • 9