Android Studio:如何重新格式化整个项目的代码?
Android Studio : How to reformat code of entire project?
我正在寻找一种方法来重新格式化整个项目的代码,通过 code
-> reformat code
.
可用于单个文件
在 android studio 的左侧面板中右键单击应用程序文件夹。您将看到 Reformat Code
的选项
Select 您的源文件夹如 "java" 并使用命令 Ctrl + Alt + L
或
右键单击源文件夹,例如 "java" 和 select "Reformat Code"。将显示一个对话框 "Reformat Code"。 Select 复选框 "Include subdirectories" 并点击 "Run"。
我正在寻找一种方法来重新格式化整个项目的代码,通过 code
-> reformat code
.
在 android studio 的左侧面板中右键单击应用程序文件夹。您将看到 Reformat Code
Select 您的源文件夹如 "java" 并使用命令 Ctrl + Alt + L
或
右键单击源文件夹,例如 "java" 和 select "Reformat Code"。将显示一个对话框 "Reformat Code"。 Select 复选框 "Include subdirectories" 并点击 "Run"。