Eclipse clean search index autocomplete

Asked By 30 points N/A Posted on -
qa-featured

Hello expert, my friend is using eclipse with C++ code through linked resources on Linux Ubuntu. He asked me about eclipse clean search index autocomplete. Because the autocomplete does not work on his PC. Please can you suggest me any solution to help my friend?

SHARE
Best Answer by Marvin M Calderon
Best Answer
Best Answer
Answered By 55 points N/A #150189

Eclipse clean search index autocomplete

qa-featured

Hello Lynn Delmerico,

                       As your friend is using eclipse then there is a option to clean the index from there. All you need is to clear the CDT internal index. After that you have to rebuilt the application and you will see that it can work for you as you want. Right click on your current project after that you have to go to the index menu and go internal of it after that you need to rebuilt it with your modified files.

Answered By 0 points N/A #150190

Eclipse clean search index autocomplete

qa-featured

Hello,

Ask your friend to try control + space short cut (for autocomplete). Alternatively ask him to enable the indexer and rebuild the index. Also ask him/her to verify that the file has a .c suffix and that the indexer is on. I think, not sure, that he needs to then run eclipse with the -clean flag and the autocomplete will work.

Related Questions