## Features Non exhaustive list of completion candiates - [x] Modules - [x] remote functions - [x] local functions - [x] private functions - [x] variables/parameters - [x] module attributes - [x] structs - [x] struct fields - [x] bitstring modifiers - [x] special forms - [x] kernel functions - [x] imported functions (eg, `import Foo`) - [x] aliased modules (eg, `alias Foo.Bar` or `alias Foo.Bar, as: Baz`) More features will be unlocked and made more robust as we work through https://github.com/elixir-lang/elixir/issues/12645
Features
Non exhaustive list of completion candiates
import Foo)alias Foo.Baroralias Foo.Bar, as: Baz)More features will be unlocked and made more robust as we work through elixir-lang/elixir#12645