Community
Participate
Working Groups
}
protected char[] computeTriggerCharacters() {
if (fProposal.getKind() == CompletionProposal.METHOD_NAME_REFERENCE || fProposal.getKind() == CompletionProposal.METHOD_REF)
if (fProposal.getKind() == CompletionProposal.METHOD_NAME_REFERENCE ||
fProposal.getKind() == CompletionProposal.METHOD_REF ||
fProposal.getKind() == CompletionProposal.CONSTRUCTOR_INVOCATION)
return METHOD_NAME_TRIGGERS;
if (hasParameters())
return METHOD_WITH_ARGUMENTS_TRIGGERS;