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
Then scope completion with J should give JList. Right now it cannot to that because we return lists of symbols from completion requests, and List is clearly not a valid completion.
For the moment, renamed imports are simply ignored. To fix this, it would be good to first have some tests for completion requests.