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