Eclipse autocomplete not working in some Java files

前端 未结 8 1584
深忆病人
深忆病人 2020-12-25 11:02

I have noticed that autocomplete is not working in some of java files in Eclipse. Also, the files where autocomplete is not working, display a hollow \"J\" as the icon for t

8条回答
  •  [愿得一人]
    2020-12-25 12:03

    I cope with the issue by deleting the file if autocomplete does not work. Just before copying the source code. Then I have recreated the java file with the same name. Pasted the source code previously copied.

提交回复
热议问题