ElixirSublime icon indicating copy to clipboard operation
ElixirSublime copied to clipboard

Not getting proper Code completion and strange behaviour in Ubuntu

Open vishaldeepak opened this issue 9 years ago • 6 comments

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

vishaldeepak avatar Nov 04 '15 06:11 vishaldeepak

I'm getting this exact error as well. Would be nice to have proper linting working.

adrianmcli avatar Dec 07 '15 06:12 adrianmcli

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

juddey avatar Jan 11 '16 01:01 juddey

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.

dre1080 avatar Feb 10 '16 08:02 dre1080

Any update on this issue?

divmgl avatar Apr 11 '16 06:04 divmgl

I get this with Sublime Text 3 on macOS Sierra.

geowa4 avatar Oct 03 '17 02:10 geowa4

I get this with Sublime Text 3 on macOS High Sierra. Any solution?

jhonathas avatar Nov 26 '17 05:11 jhonathas