autocomplete-elixir icon indicating copy to clipboard operation
autocomplete-elixir copied to clipboard

Set Elixir Path/Erlang bin, Atom breaks.

Open stuartweir opened this issue 10 years ago • 4 comments

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?

stuartweir avatar Dec 22 '15 19:12 stuartweir

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.

bbqsrc avatar Feb 09 '16 10:02 bbqsrc

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.

mdgeist avatar Feb 09 '16 17:02 mdgeist

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

wende avatar Feb 19 '16 16:02 wende

Seems to be a duplicate of #47

despairblue avatar May 25 '16 14:05 despairblue