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: Improve efficiency of completions (#23355)
There are two improvements here:
- isAbsent(force = false) which is already used in the codebase when we
care about performance
- we don't search for extension or implicit methods on empty query, as
we would have inverseSemanticdb invoked on every possible extension
method and it's quite inefficient
0 commit comments