Java – Android studio autocomplete

I just switched to Android studio, and even with a few errors, I think it's much better than eclipse However, something bothers me Can be like:

@Override
public void onListItemClick(ListView l,View v,int position,long id) {
    // Implement
}

Auto complete? So far, when I started typing "public void onl" and pressing ^ space, I didn't get any suggestions

CMD also input (generate) > override method or delegate method will not list this method

Solution

Start typing "onlistitemclicked" and you should get autocomplete suggestions after the first two letters

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>