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
More or less a duplicate of #3938 and a known limitation of current C family syntax definitions, caused by ST not directly supporting pattern matching accross lines.
Expected behavior
Expecting
mix()
to be indexed, that is, to have theentity.name.function.c
scope.Actual behavior
mix()
is not indexed.The
mix
part has themeta.enum.c
scope.However, it works as expected like this:
Steps to reproduce
In a C file, write:
Try to go to the
mix
symbol.The text was updated successfully, but these errors were encountered: