ElixirSublime
ElixirSublime copied to clipboard
Not getting proper Code completion and strange behaviour in Ubuntu
The linter works but the linter shows this error. I am working on test project on phoenix called HelloPhoenix.
For the code
use HelloPhoenix.Web, :view
And this is the error I get Error: module HelloPhoenix.Web is not loaded and could not be found. But mix does not have any complaints and the project runs on server.
Code completion does not work as shown. Like the Enum module is not showing on auto completion but def
,defmacro
,receive
are working.
I tried to change the user settings but it made no effect
"env":
{
"PATH": "/usr/local/lib/elixir/bin"
}
Using Ubuntu 14.04LTS Sublime Text 3
I'm getting this exact error as well. Would be nice to have proper linting working.
Thanks for posting this useful plugin, appreciate it.
I'm having the same error as @vishaldeepak. My code completion works for def + defmacro but not Enum. Ubuntu 14.04 ST3 Elixir 1.2.0
I'm also having the same issue when using modules.
Eg. use HelloPhoenix.Web, :view
returnsError: module HelloPhoenix.Web is not loaded and could not be found.
Any update on this issue?
I get this with Sublime Text 3 on macOS Sierra.
I get this with Sublime Text 3 on macOS High Sierra. Any solution?