public String getSuffix(AbstractCompletionContext context) {
   return context.hasWhitespaceBeforeCursor() ? " " : ""; // $NON-NLS-1$ //$NON-NLS-2$
 }