includedSuggestionSets property

List<IncludedSuggestionSet>? includedSuggestionSets
getter/setter pair

References to AvailableSuggestionSet objects previously sent to the client. The client can include applicable names from the referenced library in code completion suggestions.

Implementation

List<IncludedSuggestionSet>? includedSuggestionSets;