Interface IAutocompleteProvider
- All Known Implementing Classes:
GLSLAutocompleteProvider, GroovyAutocompleteProvider, GroovyReflectionAutocompleteProvider, JsonAutocompleteProvider, TomlAutocompleteProvider
public interface IAutocompleteProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleangetCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) default intbooleanshouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor)
-
Method Details
-
getCandidates
List<AutocompleteItem> getCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) -
shouldSuppress
-
minPrefixLength
default int minPrefixLength() -
appendParens
default boolean appendParens()
-