【发布时间】:2016-10-12 15:27:38
【问题描述】:
我使用的是 Android Studio 0.8.6
我想改变标签自动关闭的方式。
现在看起来像这样:
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
我想要这样的东西:
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
因为当我想复制最后一个属性时 - 我不能只选择整行,因为标签结尾在那里。
我在File -> Settings -> Editor 中寻找这样的选项,但找不到。
【问题讨论】:
标签: autocomplete android-studio