New to Eclipse IDE and was wondering is there is a way of adding an auto complete/change so that if I type:
mres
it will translate it to
mysql_real_escape_string()
I know of the normal PHP code completion, but couldn't see anything about making custom shortcuts.
Thanks, Niggles