public class BuiltinSuggestionProvider extends Object implements SuggestionProvider
Constructor and Description |
---|
BuiltinSuggestionProvider()
Builds this object
|
Modifier and Type | Method and Description |
---|---|
List<ContentAssistElement> |
getSuggestions(String context)
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
public BuiltinSuggestionProvider()
snapshot
- public List<ContentAssistElement> getSuggestions(String context)
getSuggestions
in interface SuggestionProvider
context
- is the prefix to be searched from. It can be an empty String but must not
be null.