Module AutocompleteSource
Most of this documention originate from the code-mirror reference.
Visit the reference directly for additional information.
Represents individual completions.
Source
val config :
?activate_on_typing:bool ->
?override:Autocomplete.Source.t list ->
?max_rendered_options:int ->
?default_key_map:bool ->
?above_cursor:bool ->
?option_class:Jv.t ->
?icons:bool ->
?add_to_options:Jv.t ->
unit ->
Autocomplete.configConfiguration options for your autocompleter, see the online docs.
Autocompleter