I use " Go To Definition Of xxx", to find the definition of xxx. but the uv2 points to a wrong place. This happens only in a certain file. other files works fine in the same project. Any idea?
What wrong place does it go to? Some cunning tricks (like #including one .c file within another) can confuse the browser... I find that the Browser has problems with enum constants.
There is no such thing like #include "filename.c" it does have some enum statements. but my other projects have no such problems.