You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
absop
changed the title
[C++] Cannot goto functions after a very long function.
[C++] Cannot goto functions defined after a very long function.
Jan 2, 2024
absop
changed the title
[C++] Cannot goto functions defined after a very long function.
[C] Cannot goto functions defined after a very long function.
Jan 25, 2024
The issue is not related with length of functions, but used syntax within the code block. It seems to unable to find function block's end due to kind of macros being used.
It appears a preprocessor if statement is causing it.
Expected behavior
The symbols after the function
JS_CallInternal
likeJS_Call
have a scope namedentity.name.function.c
which make them be indexed by Sublime Text.Actual behavior
The symbols after the function
JS_CallInternal
does not have theentity.name.function.c
scope and cannot be indexed by Sublime Text.Steps to reproduce
The source code repository (direct link to the file).
The text was updated successfully, but these errors were encountered: