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 #37713, we might not have a full picture of the world, so it might overly restrictive to only suggest identifiers in the current file. We should consider being more permissive so that editors don't aggressively auto-complete on identifiers in these contexts.
Aside: if we do this, we should make sure that the work done in #38836 doesn't cause conflicts.
For example, let's say you have an empty file like
thing/**/
and completions get triggered at /**/. A user should not get completions for thing at that point.