Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 3.6 is constantly asking to install a shell script formatter

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.

like image 745
user10496632 Avatar asked Feb 27 '20 09:02

user10496632


1 Answers

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

like image 134
Ved Avatar answered Nov 19 '22 19:11

Ved