Schnittstelle IAutocompleteProvider
- Alle bekannten Implementierungsklassen:
GLSLAutocompleteProvider, GroovyAutocompleteProvider, GroovyReflectionAutocompleteProvider, JsonAutocompleteProvider, TomlAutocompleteProvider
public interface IAutocompleteProvider
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungdefault booleangetCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) default intbooleanshouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor)
-
Methodendetails
-
getCandidates
List<AutocompleteItem> getCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) -
shouldSuppress
-
minPrefixLength
default int minPrefixLength() -
appendParens
default boolean appendParens()
-