autocomplete property

CodeAutocompleteResult autocomplete

Get the final auto completion content. In most cases it is equal to word, but there are some exceptions. For example, for functions, auto completion of parameters may be required.

e.g. User input is 'he', 'hello(String name)' will be auto completed.

Implementation

CodeAutocompleteResult get autocomplete;