Module

IEx.Autocomplete

Changes by version

Elixir 1.19.0

· 1 change

Enhancement Tool: IEx

Functions annotated with @doc group: "Name" metadata will appear within their own groups in autocompletion

Elixir 1.18.3

· 1 change

Bugfix Tool: IEx

Fix autocomplete crash when expanding struct with __MODULE__

Elixir 1.18.2

· 1 change

Bugfix Tool: IEx

Fix crashing whhen autocompleting structs with runtime values

Elixir 1.15.5

· 1 change

Enhancement Tool: IEx

Speed up loading of struct suggestions

Elixir 1.15.0

· 2 changes

Enhancement Tool: IEx

Only provide aliases when autocompleting alias, import, and require

Enhancement Tool: IEx

Provide field completion on map and struct updates

Elixir 1.14.0

· 1 change

Enhancement Tool: IEx

Autocomplete bitstrings modifiers (after :: inside <<...>>)

Elixir 1.13.0

· 2 changes

Enhancement Tool: IEx

Add path autocompletion whenever when the cursor follows "./ or "/ or "DRIVER: where DRIVER is a single letter

Enhancement Tool: IEx

Add autocompletion for sigils, struct names, and struct fields

Elixir 1.12.3

· 1 change

Bugfix Tool: IEx

Do not error autocompletion with module attribute

Elixir 1.6.0

· 1 change

Enhancement Tool: IEx

Provide contextual autocompletion: t Enum. will autocomplete types, b Enum will autocomplete callbacks

Elixir 1.5.0

· 2 changes

Enhancement Tool: IEx

Support autocompletion of variable names

Enhancement Tool: IEx

Support autocompletion of functions imported using import Mod, only: [...]

Elixir 1.4.2

· 1 change

Bugfix Tool: IEx

Do not crash on aliases which are not known at compile time

Elixir 1.4.0

· 3 changes

Enhancement Tool: IEx

Stop appending a trailing dot when autocompleting modules in IEx

Enhancement Tool: IEx

Support autocompletion for structs

Enhancement Tool: IEx

Improve IEx autocomplete to support navigating map atom keys

Elixir 1.3.3

· 1 change

Bugfix Tool: IEx

Resolves issue with autocompletion on structs not working

Elixir 1.3.0

· 1 change

Enhancement Tool: IEx

Improve IEx expand to handle functions after &