Examples.ECompletion (gt_bridge v0.19.2)

Copy Markdown View Source

I am examples for the Elixir autocompletion system.

Summary

Functions

complete_alias()

@spec complete_alias() :: [String.t()]

complete_enum_dot()

@spec complete_enum_dot() :: [String.t()]

complete_erlang_dot()

@spec complete_erlang_dot() :: [String.t()]

complete_erlang_module()

@spec complete_erlang_module() :: [String.t()]

complete_kernel_with_arity()

@spec complete_kernel_with_arity() :: [String.t()]

complete_module_locals()

@spec complete_module_locals() :: [String.t()]

complete_struct()

@spec complete_struct() :: [String.t()]

complete_struct_fields()

@spec complete_struct_fields() :: [String.t()]

complete_struct_non_alias()

@spec complete_struct_non_alias() :: [String.t()]

complete_with_bindings()

@spec complete_with_bindings() :: [String.t()]

copy(item)

Callback implementation for ExExample.Behaviour.copy/1.

editor_session_primes_wrapped_directives()

@spec editor_session_primes_wrapped_directives() :: Macro.Env.t()

rerun?(_)

Callback implementation for ExExample.Behaviour.rerun?/1.