}
}
public Object[] references() {
FunctionInsertHandler functionInsertHandler = new FunctionInsertHandler();
for (String builtInType : builtInFunctions) {
variants.add(
LookupElementBuilder.create(builtInType)
.withTypeText("builtin", true)
.withInsertHandler(functionInsertHandler)