Any possiblity to get autocompletion / type-ahead / intellisense in Android XML Files (Eclipse) -
is there way make eclipse + android sdk + adt plugin offer sort of auto-complete in xml files if hit ctrl+space when cursor in spot such ones marked * below.
<linearlayout id* ... lay*>
the thing think above working directly after initial install - though 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>
thanks lot kind of lead in right direction.
there icon in eclispe toolbar directly access "new android xml file" wizard.
Comments
Post a Comment