Functions annotated with @doc group: "Name" metadata will appear within their own groups in autocompletion
Module
IEx.Autocomplete
19 changes across 14 versions
Changes by version
Fix autocomplete crash when expanding struct with __MODULE__
Fix crashing whhen autocompleting structs with runtime values
Speed up loading of struct suggestions
Only provide aliases when autocompleting alias, import, and require
Provide field completion on map and struct updates
Autocomplete bitstrings modifiers (after :: inside <<...>>)
Add path autocompletion whenever when the cursor follows "./ or "/ or "DRIVER: where DRIVER is a single letter
Add autocompletion for sigils, struct names, and struct fields
Do not error autocompletion with module attribute
Provide contextual autocompletion: t Enum. will autocomplete types, b Enum will autocomplete callbacks
Support autocompletion of variable names
Support autocompletion of functions imported using import Mod, only: [...]
Do not crash on aliases which are not known at compile time
Stop appending a trailing dot when autocompleting modules in IEx
Support autocompletion for structs
Improve IEx autocomplete to support navigating map atom keys
Resolves issue with autocompletion on structs not working
Improve IEx expand to handle functions after &