Module AutocompleteSource

Most of this documention originate from the code-mirror reference.

Visit the reference directly for additional information.

Sourceval autocomplete : Jv.t

Global autocomplete value

Sourcemodule RegExp : sig ... end
Sourcemodule Completion : sig ... end

Represents individual completions.

Sourcemodule Context : sig ... end

An instance of this is passed to completion source functions.

Sourcemodule Result : sig ... end

Objects returned by completion sources.

Sourcemodule Source : sig ... end
Sourcetype config
Sourceval 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.

Sourceval create : ?config:config -> unit -> Code_mirror.Extension.t

Autocompleter