Eclipse - ADT plugin not autocomplete

I am trying to create a hello-world program here to check my android installation. But the problem is that our good old eclipse auto-import feature using ctrl + space just doesn't work. I believe that from my point of view there were several problems with the installation. Any ideas on this would be greatly appreciated.

+6
source share
4 answers

@mindReader

Maybe on your computer ctrl + space is busy with the lanaguage option. I am in this case. After I changed ctrl + space to change the language to shift + space.

I have a loving autocomplete in ADT under ubuntu, hope this helps you ~

+1
source

This is not exactly what you are looking for, but anyway. This will automatically complete your import:
Ctrl + Shift + O

0
source

enter image description here

I had the same problem. This is how I solved it.

In Eclipse, go to

Window → Settings → Java → Editor → Content Assist → Advanced

And check the boxes labeled "Java Suggestions" and click "Apply."

This solved my problem. Hope this helps.

0
source

Source: https://habr.com/ru/post/910534/


All Articles