vishnevskiy / ElixirSublime

Elixir plugin for SublimeText 3 providing code completion and linting.
MIT License
364 stars 25 forks source link

Not getting proper Code completion and strange behaviour in Ubuntu #21

Open vishaldeepak opened 8 years ago

vishaldeepak commented 8 years ago

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

adrianmcli commented 8 years ago

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

juddey commented 8 years ago

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

dre1080 commented 8 years ago

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.

divmgl commented 8 years ago

Any update on this issue?

geowa4 commented 6 years ago

I get this with Sublime Text 3 on macOS Sierra.

jhonathas commented 6 years ago

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