【发布时间】:2011-03-21 09:54:09
【问题描述】:
为什么完全限定标签中的代码在 Eclipse 中缺乏自动完成功能?
例如,在以下代码中(注释所在的位置),我键入的任何内容都不会自动完成成员名称/标签名称。
<android.gesture.GestureOverlayView
android:id="@+id/gesturePage01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0">
<!-- All code entered here lacks code completion -->
</android.gesture.GestureOverlayView>
自动补全在我的其他代码上运行良好,这些代码没有嵌入到完全限定的标签中......
【问题讨论】:
-
这只是一个错误...您可以向 Android 插件开发人员提交错误报告。
标签: android xml eclipse layout