-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elixir v1.1.0 autocomplete #18
Comments
Putting iex in the applications list in module SublimeCompletion.MixFile works too. defmodule SublimeCompletion.Mixfile do use Mix.Project |
+1 |
Same here, is it working with older versions of Elixir? |
+1 to the fix suggested by @mr-bt |
👍 @tfindlow solution worked for me thanks |
Hi,
I was having issues with the autocomplete upon upgrading to Elixir v1.1.0. The issue is on IEx.Autocomplete.expand:
It happens because of the following commit: elixir-lang/elixir@5e21d0d
My simple fix was to add to the sublime_completion config.exs:
Bruno.
The text was updated successfully, but these errors were encountered: