public interface AceCompletionProvider
| Modifier and Type | Method and Description |
|---|---|
void |
getProposals(AceEditor editor,
AceEditorCursorPosition pos,
java.lang.String prefix,
AceCompletionCallback callback)
Call to get code completion proposals, which are delivered
to a callback.
|
void getProposals(AceEditor editor, AceEditorCursorPosition pos, java.lang.String prefix, AceCompletionCallback callback)
editor - the AceEditorpos - the cursor positionprefix - the word prefixcallback - the AceCompletionCallback to which the
proposals should be delivered