Hi, Guys,
I install sublime 2 and 3. I found I can't list the function name by CTRL +R.
After some investigation, I found it's because C function can't be recognized by sublime parser if they are like:
Time_Commit
(
ANSC_HANDLE hInsContext
)
However, in my project, all the function is written like this.
It can be recognized by source insight and ctags(by Tlist). But only sublime own parser can't recognize it.
I also install some C syntax packages by package control. But it can't fix it.
How can I fix this problem?
Thanks!
Frank