wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Set Elixir Path/Erlang bin, Atom breaks. #39

Open stuartweir opened 8 years ago

stuartweir commented 8 years ago

Hi there!

So I checked out one of the (closed) bugs but I'm still getting a problem similar to the one described. I'm using Elixir 1.1.1, installed via Homebrew.

It's not an error I'm actually receiving, it's the fact that my whole Atom install becomes unresponsive until I manually delete the folder containing autocomplete-elixir. Am I just setting the elixir path wrong?

where does homebrew usually install Elixir, and where can I find my Erlang Bin directory?

bbqsrc commented 8 years ago

I also have this issue.

For me, the package worked for a while, with many functional autocompletes and snippets. I then typed a : and hard lockup. Disabling the package in safe mode brings it back, but the second I re-enable it, lock up.

If I uninstall from the UI and reinstall, also lock up.

I launch atom from the command line and the paths are set correctly.

mdgeist commented 8 years ago

I just wanted to add that if you uninstall the package with the Atom cli tool using the command apm delete autocomplete-elixir, the config.cson in your ~/.atom directory will still have the autocomplete-elixir configuration settings.

If you try reinstalling the package the client will continue to break again, so make sure you clean the config.cson of the autocomplete-elixir options before trying again.

You also want to double check that the path is set correctly. In the command line you can type which iex and if it was setup correctly you should see the path to it.

wende commented 8 years ago

I've added Troubleshooting to the README.md file Please check out if anything works for you from there

despairblue commented 8 years ago

Seems to be a duplicate of #47