Sublime Forum

Goto Symbol now work well

#1

[code]
void fun1()
{
#if 1
{

#endif


#if 1
	}
#endif

}

void fun2()
{

}[/code]

when i edit a c++ text,i press key “ctrl+r” to goto symbol fun2(), i can not get it, “fun2” can not be recognized.
and remove the code

[code] #if 1
{

#endif


#if 1
	}
#endif[/code], goto symbol work well,and the string "fun2" will be highlighted.


0 Likes