Intellij IDEA使用对齐属性格式化XML

Omi*_*mid 9 xml android intellij-idea

有没有机会格式化XML文件,有些代码如下:

<RelativeLayout
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:longClickable="false"
    >
Run Code Online (Sandbox Code Playgroud)

这样吗?

<RelativeLayout
    android:layout_width  = "fill_parent"
    android:layout_height = "wrap_content"
    android:orientation   = "horizontal"
    android:longClickable = "false"
    >
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述


我试过"="选项周围的空间,但这不是我想要的.

Jav*_*aru 8

不幸的是,这是不可能的.我一直认为这是有用的东西.您的问题促使我为它打开了一个功能请求:IDEA-117587:XML - 对齐属性值 请考虑对其进行投票.