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
JDT Core has most of the completion support which triggered as autocomplete on type or manual triggering. It would be nice to allow other extensions to provide completions in either of these scenarios.
One use case is to provide more expensive but smart completions based on receiver type of the expression like in IJ.