Further work on #2755

This commit is contained in:
Manindra Moharana
2014-08-08 12:39:02 +05:30
parent ee206f85dd
commit 992bd94510
3 changed files with 36 additions and 21 deletions

View File

@@ -1088,7 +1088,7 @@ public class ASTGenerator {
String label = cc.getLabel();
int x = label.lastIndexOf(')');
cc.setLabel(cc.getElementName() + "(...)" + label.substring(x + 1));
cc.setCompletionString(cc.getElementName());
cc.setCompletionString(cc.getElementName() + "(");
ignoredSome = true;
continue;
}