I would like to know if there is a way to use wildcards when using content support in Ecilpse. For example, today I wanted to find various classes along the class path that ended in Exception. I tried the following combinations, but in each instance, the content only helped to create 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 that I tried to search on Google, but could not find the answers based on the following search criteria: "Sign up for eclipse template support."
Any help would be appreciated.
source share