Autocomplete
SourceMost of this documention originate from the code-mirror reference.
Represents individual completions.
val config :
?activate_on_typing:bool ->
?override: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 ->
config
Configuration options for your autocompleter, see the online docs.
Autocompleter