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
Jumping to "Future" starts a progress bar that never ends. Import symbols can be Symbol.Multi, since an import can refer to either a type or term symbol
16:14:56.672 INFO s.m.l.s.InMemorySymbolIndex - Matching symbol _root_.scala.concurrent.Future.;_root_.scala.concurrent.Future#
We should split the symbol by ; and lookup each symbol individually and return alternatives for multiple responses (e.g., class + object positions).
The text was updated successfully, but these errors were encountered:
Jumping to "Future" starts a progress bar that never ends. Import symbols can be
Symbol.Multi
, since an import can refer to either a type or term symbolWe should split the symbol by
;
and lookup each symbol individually and return alternatives for multiple responses (e.g., class + object positions).The text was updated successfully, but these errors were encountered: