results property

List<CompletionSuggestion> results
getter/setter pair

The completion suggestions being reported. The notification contains all possible completions at the requested cursor position, even those that do not match the characters the user has already typed. This allows the client to respond to further keystrokes from the user without having to make additional requests.

Implementation

List<CompletionSuggestion> results;