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
chore: Improve completions when a lot of exports are present (#23414)
It seems .sourceSymbol would end up traversing a lot of trees in that
case, which is highly inefficient
I also added a try for cases such as
scalameta/metals#7573Fixesscalameta/metals#7573
0 commit comments