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
In foo.tex the command \foo is defined, and in bar.tex the command \bar is defined.
In foo.tex you include bar.tex.
Then, both \foo and \bar are available in the autocomplete of foo.tex, but only \bar shows up in the autocomplete of bar.tex where both should have been available.