Eclipse indexing not working

前端 未结 13 2409
佛祖请我去吃肉
佛祖请我去吃肉 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

    To add paths containing code to parse, follow these steps :
    1. Right click on the project
    2. Select Properties
    3. Go to C/C++ General
    4. Go to Path and Symbols
    5. If the paths are missing, add paths.

    To re-parse the code follow these steps :
    1. Right click on the project
    2. Select Index
    3. Rebuild

    If this doesn't work, then you are out of luck. c++ is very difficult language to parse.

提交回复
热议问题