class BackslashEscapeCompleter
A completer within compatible strings (single/double quotes, single/double triple quotes) showing informational alternatives that can occur after the backslash escape character. No completion occurs and the cursor remains where it is.
Type Params | Return Type | Name and description |
---|---|---|
|
int |
complete(String buffer, int cursor, List<CharSequence> candidates) |