Open the attached project and do a "Find references of" on the screen_index variable. The first time it doesn't show any references, the second time it shows them. Doing the same on another variable now lists the references. Sometimes I found that not all of them were shown.
If you reparse the project then the issue is back again.
I'v tried C::B svn 11657 on Linux and svn 11628 on Win10 (Nightly build).
Did you wait for reparse to end before using "Find references"? It can take a long time in the background.
Yes, once I load the project or reparse it the log shows:
NativeParser::OnParserEnd(): Project 'find_references' parsing stage done!
I also tried doing nothing for some minutes but the result is the same.
After I use the find references functionality the log shows a series of "Loading lexer" messages.
This is the full log:
Last edit: Fabián Inostroza 2019-04-26
Any pointer to what file/class/method to debug?
Probably start from the CodeCompletion::OnFindReferences method.