Eclipse indexing not working

前端 未结 13 2406
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-07 02:20

I am using CDT in Eclipse 3.5.2 Galileo in Ubuntu.

My eclipse\'s indexer doesn\'t work at times. By that I mean when I ctrl click a function it says

13条回答
  •  一生所求
    2021-02-07 02:57

    I believe you can clear the index by running:

    rm .metadata/.plugins/org.eclipse.jdt.core/*.index
    

    And then restarting Eclipse. It will then rebuild its index.

    This worked for me in a Java project, but I imagine its the same index for all (most?) project types.

提交回复
热议问题