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
improvement: Rework IndexedContext to reuse the previously calculated scopes (scala#22898)
It turns out the work being done in IndexedContext was already done in
Completions, but better, since it doesn't try to read files as the
separate logic does.
There is still some improvement to be done to not calculate it twice,
but in order to keep this PR as simple as possible I will skip that for
now.
[Cherry-picked 9d90ff5][modified]
0 commit comments