ElixirSublime: Code completion not working
Hello,
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?
About this issue
- Original URL
- State: open
- Created 9 years ago
- Reactions: 1
- Comments: 52 (5 by maintainers)
Commits related to this issue
- attempting to setup editor for Elixir Code completion isn't working in Sublime. https://github.com/vishnevskiy/ElixirSublime/issues/22 — committed to nathany/setup by nathany 8 years ago
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 elixir
in terminal)Go to sublime_completion using
cd ~/.config/sublime-text-3/Packages/ElixirSublime/sublime_completion
(which is a mix project)In
mix.exs
file, addiex
as an applicationIn
config.exs
file, add the configuration foriex
Restart the Sublime Text 3
Note: My elixir version is
1.2.3
and 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
I did add the @YurkoHoshko’s repo to my sublime
Package Control: Add Repository
I removed the package and then I installed it again with the new added repoIt works! Thanks a lot 😄
@radik909 's way works for me, even without setting env path
Indeed! It works now! thanks @YurkoHoshko!!
Still nothing! 😦 I’ve tried every possible solution, but nothing works! I get this stack trace in the Sublime Text console:
_Andrés Alejandro García_