Fix completion proposal labels

This commit is contained in:
BoykoAlex
2016-12-06 15:20:46 -05:00
parent 5f9dcf20d6
commit b019a21c41
3 changed files with 4 additions and 11 deletions

View File

@@ -170,7 +170,7 @@ public class PropertyCompletionFactory {
@Override
public String getLabel() {
return getBaseDisplayString() + " : " + typeUtil.niceTypeName(getType());
return getBaseDisplayString();
}
@Override