문제

Is there any way to make Eclipse + Android SDK + ADT Plugin offer some sort of auto-complete in XML files if I hit CTRL+Space when my cursor is in a spot such as the ones marked with an * below.

<LinearLayout id* ... lay*>

The thing is that I think that the above was actually working already directly after the initial install - even though it of course never worked within style files.

<style name="ActionBarWrapper" parent="Fill_Parent.Vertical">
        <item name="android:layout_height">36dp</item>
            <item name="a*"
</style> 

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top