autocomplete-elixir
autocomplete-elixir copied to clipboard
Intelligent Elixir autocompletion provider for Atom autocomplete-plus
There is a lot of cool snippets that could help us develop in Elixir with Atom. I've already made few of them, but I'm sure there are some patterns I...
Full jump to definition functionality - [x] Local jump to definition - [x] Back from a jump - [ ] Remote jump to definition - [ ] Elixir sources setting...
[Enter steps to reproduce below:] 1. Open an Elixir .ex file in Atom. 2. Type some Elixir code. 3. Save the file. The error always happens when saving. **Atom Version**:...
When I open Atom I get the following error message: ``` Failed to load snippets from '/home/bruno/.atom/packages/autocomplete-elixir/snippets/language-elixir.cson' /home/bruno/.atom/packages/autocomplete-elixir/snippets/language-elixir.cson: Duplicate key 'spawn' ``` On that file, line 41, there is indeed...
Atom gives an error every time the package loads with: `/Users/abcdef/.atom/packages/autocomplete-elixir/snippets/language-elixir.cson: Duplicate key 'spawn'`
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.29.0 x64 **Electron**: 2.0.5 **OS**: Mac OS X 10.12.6 **Thrown From**: [autocomplete-elixir](https://github.com/iraasta/autocomplete-elixir) package 1.5.16 ### Stack Trace Uncaught Error: spawn E2BIG...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.29.0 x64 **Electron**: 2.0.5 **OS**: Mac OS X 10.12.6 **Thrown From**: [autocomplete-elixir](https://github.com/iraasta/autocomplete-elixir) package 1.5.16 ### Stack Trace Uncaught Error: spawn E2BIG...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.29.0 x64 **Electron**: 2.0.5 **OS**: Mac OS X 10.13.6 **Thrown From**: [autocomplete-elixir](https://github.com/iraasta/autocomplete-elixir) package 1.5.16 ### Stack Trace Uncaught Error: spawn E2BIG...
[Enter steps to reproduce:] 1. Open any Elixir project **Atom**: 1.26.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.4 **Thrown From**: [autocomplete-elixir](https://github.com/iraasta/autocomplete-elixir) package 1.5.16 ### Stack Trace Uncaught Error: spawn...
When using `autocomplete-elixir` in conjunction with `atom-elixir-formatter`, it behaves really badly. Essentially, every time you save a file, it seems like the autocomplete daemon is restarted recursively because the formatter...