Not getting proper Code completion and strange behaviour in Ubuntu
See original GitHub issueThe 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
Issue Analytics
- State:
- Created 8 years ago
- Comments:6
Top Results From Across the Web
bash autocomplete behaving strangely after update
Running bash +v starts a new shell on top of the old one. If you want to modify the behavior of your current...
Read more >Where's my tab completion and up-arrow behavior? (Ubuntu ...
I know there is tab-completion code stored in bashrc that I can uncomment, but that doesn't seem to have any effect, even after...
Read more >Strange behavior of auto completion when double tab in ...
I installed the new version of Ubuntu-12, and found a very strange auto-completion behavior. For instance, I have a folder tree something like ......
Read more >Unable to get simple C code completion to work in linux on ...
Codeblocks: on ubuntu 14.04 I've tried both 13.12 as well as installing 16.01. After putting in #include neither will popup a dialog. "pri"...
Read more >Ubuntu 20.04 Shell - pressing TAB shows weird 'autocomplete ...
That looks like the sort of thing you'd get from a misplaced quotation mark or something. Check your ~/.bashrc to see if the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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