atom-elixir icon indicating copy to clipboard operation
atom-elixir copied to clipboard

An Atom package for Elixir

Results 40 atom-elixir issues
Sort by recently updated
recently updated
newest added

After I install `atom-elixir` package and type something in `.ex` or `.exs` file, nothing works like autocompletion and stuff, I've only install 3 packages in Atom: 1. atom-elixir 2.file-icons 3.language-elixir...

[Enter steps to reproduce:] 1. alt + down key on model declaration 2. ... **Atom**: 1.45.0 x64 **Electron**: 4.2.7 **OS**: Pop!_OS 20.04 **Thrown From**: [atom-elixir](https://github.com/msaraiva/atom-elixir) package 0.2.3 ### Stack Trace...

I can't seem to get any of this packages features to work. It seems to be building fine as I am seeing ``` [atom-elixir] Initializing ElixirSense server for environment "dev"...

Elixir v1.7 has hard-deprecated Code.get_docs/2. Since v0.2.3 of atom-elixir have modules that depend on this function, documentation no longer works.

[Enter steps to reproduce:] 1. type in editor: `??x??` 2. :-) **Atom**: 1.34.0 x64 **Electron**: 2.0.16 **OS**: Mac OS X 10.14.2 **Thrown From**: [atom-elixir](https://github.com/msaraiva/atom-elixir) package 0.2.3 ### Stack Trace Uncaught...

I select a use block, and run Atom Elixir: Expand. Nothing happens. Looking into my atom console shows the following error, from `elixir-expand-view.coffee [sm]:62` ``` Uncaught (in promise) TypeError: Cannot...

[Enter steps to reproduce:] 1. When I [Alt + Click] on a function, for going to its definition. 2. This is an umbrella project FYI. **Atom**: 1.17.2 x64 **Electron**: 1.3.15...

Indicate which "end" statement belongs to the "do" statement under the cursor. I used autocomplete-elixir, which supported that. Since it's deprecated, I would love to have that feature within atom-elixir....

There appears to be an unofficial move to JavaScript, especially for new development. I think it’s a good move, for aspiring contributors and future-proofing. In this pull request, I refactored...