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
// As always, prefer classes to interfaces.// If you think this is really a capability interface ("ICompletable"), then perhaps it's OK; but classes are "always" preferred.publicinterfaceICompletionSource{IEnumerable<CompletionItem>GetCompletions(CompletionContextcontext);}