I would like to know if there is any way to use wildcards when using content assist in Ecilpse. For example, today I wanted to find the various classes on the classpath that ended in 'Exception'. I tried the following combinations, but in each instance content assist only brought up classes or interfaces that started with 'Exception'
.Exception [cntl]+[space bar] ?Exception [cntl]+[space bar] #Exception [cntl]+[space bar] *Exception [cntl]+[space bar]
Please note I did try googling this, but didn't find any answers based upon the following search criteria 'eclipse wildcard content assist'.
Any assistance would be appreciated.
Thanks, Jeremy