If you start typing when the content assist is activated, content assist will only filter the suggestions based on the starting letters.
However, suppose that there is an object and we need to see if any of its methods contain a specific phrase in any parts of their names (not just checking if they start with that phrase).
Is there any way to configure the content assist or is there any plugin out there to provide that functionality for Eclipse?