Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - ADT plugin not auto-completing

I'm trying to build a hello-world program here to check my android kit installation. But the problem is that our good old auto importing functionality of eclipse using ctrl+space just isn't working. I believe there's been some goof up in installation from my end. Any insights on this will be highly appreciated.

like image 428
mindreader Avatar asked Mar 12 '12 19:03

mindreader


2 Answers

This link helped me. Specifically I had to do:
Go Preferences>Java>Editor>Content Assist>Advanced Make sure “Other Java Proposals” is ticked (and all other Java stuff)

like image 78
daramasala Avatar answered Nov 15 '22 10:11

daramasala


@mindReader

Probably, in your computer, the ctrl + space has been occupied by the lanaguage switch option. I am in this case. After I changed the ctrl+ space for changing language to shift+space.

I have the loving auto-completing back in ADT under ubuntu, hope it helps you~

like image 41
Liaaang Avatar answered Nov 15 '22 11:11

Liaaang