elixir_sense icon indicating copy to clipboard operation
elixir_sense copied to clipboard

Provides context-aware information for code completion, documentation, go/jump to definition, signature info and more

Results 34 elixir_sense issues
Sort by recently updated
recently updated
newest added

- [ ] Signature provider should handle `` - [ ] Completions should show on `` - [ ] Add docs?

- [ ] Definition provider should navigate to sigil definition - [ ] Signature provider should work inside `~D[]` - [ ] Completions should work inside `~D[]` - [ ]...

var params in fun, remote and local type expansion is broken in `TypeInfo`. Maybe we should remove it completely. It's used only in param options completions

Today, the pass returns the expanded AST. However, I don't think `elixir_sense` actually needs the AST. Instead, it must pass type information around. My suggestion is for it to track...