Jason Axelson
Jason Axelson
Hi @amencarini that is a known issue due to since `.exs` files are not handled the same as `.ex` files. It would probably be good to list this as a...
Offhand I'm not sure what would be involved in returning compilation errors for `.exs` files, but if you or anyone else would like to take a stab at supporting that,...
> I don't really know that part either. @axelson, can you help here? Do you think it's a good idea to block formatting on build? I'm afraid it will lead...
Okay, made a little progress on this. It is related to the Elixir versions in play. It is broken if ElixirLS was compiled under 1.7.4 and running as 1.10.0+, but...
Although https://github.com/elixir-lsp/elixir-ls/pull/121 might be a better short-term fix for it since it involves compiling ElixirLS under the same version of Elixir and Erlang that the project runs with.
Nothing yet, and help is definitely appreciated. Another workaround would be to have a configuration to use a local install of ElixirLS (which would be based on #104). As a...
@JohnnyCrazy Yes this workaround is still applicable. Although I haven't tested on 1.12.0-dev. But also it's important to consider that the current tip of `master` only supports Elixir 1.10. 1.11...
Thanks for the report and especially for testing it with #360. We definitely won't be looking at 1.12.0-dev support since it won't be released until 9 months or so from...
My thinking on how to handle this is to try to get the build lock, but if that takes more than 1 second or so, then just save the file...
Can you give some example scenarios when a quickfix suggestion for importing a module would be shown? Although, it might make more sense to provide a quickfix suggestion for aliasing...