在 Eclipse 中,我需要像在 Java 上那样在CtrlShiftF按下时使用 Formatter 格式化 XML。
使用CtrlShiftFon XML 并不能提供我想要的结果。
有没有像“ Window→Java→Code Style→Formatter ”这样的工具来完成这项工作?
其中:“ Window→XML→XML Files→Editor ”和“ Window→Editors→Text Editors ”缺少很多功能,例如“ Window→Java→Code Style→Formatter→Edit→Indentation→Align fields in columns ”所以XML结果将是:
android:id = "@+id/textView1"
android:layout_width = "wrap_content"
android:layout_height = "wrap_content"
我不在乎它是外部插件还是库。我使用 Eclipse 4.2.0 Juno 进行 Android 开发。