Examples.ECompletion (gt_bridge v0.17.1)

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_struct()

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

complete_struct_fields()

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

complete_with_bindings()

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

copy(item)

Callback implementation for ExExample.Behaviour.copy/1.

rerun?(_)

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