Code completion not working
See original GitHub issueHello,
Is there anything else i should do to make this work? I have elixir installed, i have my env settings like:
"env": {
"PATH": "/usr/lib/elixir/bin"
},
And i also Elixir, and ElixirSublime packages installed. But code completion is not working like showed on gif in your readme. Any ideas how to make it work?

Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:52 (5 by maintainers)
Top Results From Across the Web
IntelliSense in Visual Studio Code
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the...
Read more >Visual Studio IntelliSense Not Working? What To Do.
Visual Studio IntelliSense Stopped Working. What To Do? · Workaround #1: Restart Visual Studio · Workaround #2: Restart Your Machine · Workaround # ......
Read more >Code completion | IntelliJ IDEA Documentation
If automatic completion is disabled, press Ctrl+Space or choose Code | Code Completion | Basic from the main menu. basicCodeCompletion.png. If ...
Read more >Code completion not working in 10.2
Issue persists in Xcode 11.5 and 11.6 as well. Only solution that seems to work is to move the current file into the...
Read more >Code completion not working · Issue #177 · processing ...
The internal issue is that javaCode is not being set when the code cannot compile, which for code completion is always the case....
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

It works for me now 🚀
Changes made regarding this plugin:
In Sublime Text 3,
Preferences -> Package Settings -> SublimeLinter -> Settings-User(I use ubuntu 14.04 and the “PATH” above is from running
which elixirin terminal)Go to sublime_completion using
cd ~/.config/sublime-text-3/Packages/ElixirSublime/sublime_completion(which is a mix project)In
mix.exsfile, addiexas an applicationIn
config.exsfile, add the configuration foriexRestart the Sublime Text 3
Note: My elixir version is
1.2.3and I am not sure whether these changes(undersublime_completion) will persist if the package gets updated by Package Control. But for time being, it works 👍@Angarsk8 @seanpowell You guys should check @YurkoHoshko 's repo https://github.com/YurkoHoshko/ElixirSublime
I downloaded it and replace all the files in my ElixirSublime folder, then it works