I have a project (sublime_project) file with an index that seems “corrupt”.
In particular: looking for a symbol (that is a simple C function) with Goto definition (F12) does not find it, and returns “Unable to find symbol XXXX”.
In fact, this symbol is not appearing in the global list of symbols (SHIFT + CTRL + R); the strange point is that opening the file that contains the function, causes the symbol to appear in the global list of symbols and Goto definition (F12) starts working as well (??)
Trying to recreate the project from scratch (Project->Add folder to project … ) fixed this.
Therefore, I guess that the index was “broken”, but I don’t know how to verify this.
Any idea?