-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete also not working #157
Comments
@feitelogram same here, did you figure this out? |
Nope!
Nicholas Feitel
fun human (def not bot)
646-657-9798 cell
Portfolio (coding)
Performer Website
… On Jun 11, 2020, at 9:03 PM, Rodrigo Reis ***@***.***> wrote:
@feitelogram same here, did you figure this out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm having the same issue, I think it might have something to do with elixir-sense. Looking in the developer console, there seem to be some elixir-sense errors:
Unchecking the "Use elixir-sense instead of alchemist-server" setting seems to make autocomplete work again. |
Ooh where do I uncheck that?
…On Sun, Jun 14, 2020 at 12:08 PM Reece Jones ***@***.***> wrote:
I'm having the same issue, I think it might have something to do with
elixir-sense.
Looking in the developer console, there seem to be some elixir-sense
errors:
23:28:11.004 [error] Task ElixirSense.Server.TCPServer started from #PID<0.199.0> terminating
** (stop) exited in: GenServer.call(ElixirSense.Server.TCPServer.ConnectionHandlerSupervisor, {:start_task, ***@***.***, #PID<0.199.0>, #PID<0.199.0>}, [#PID<0.199.0>, #PID<0.198.0>], {:erlang, :apply, [#Function<1.71228308/0 in ElixirSense.Server.TCPServer.start_connection_handler/2>, []]}], nil, nil}, :infinity)
** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
Unchecking the "Use elixir-sense instead of alchemist-server" setting
seems to make autocomplete work again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXZD6SCBV46KDCIZFN3ISLRWTYWHANCNFSM4M65VFRA>
.
--
Nicholas Feitel
fun human (def not bot)
646-657-9798 cell
Portfolio (coding) <https://wonderful-jackson-9e020f.netlify.com/>
Performer Website <http://nicholasfeitel.com>
|
@MC-DeltaT thank you it works for me also! @feitelogram, Press "ctrl + ," to open settings and start typing "Use elixir-sense instead of alchemist-server". You will see the checkbox. |
I got it! I’m a doofus! Thanks so much guys!
Nicholas Feitel
fun human (def not bot)
646-657-9798 cell
Portfolio (coding)
Performer Website
… On Jun 14, 2020, at 12:08 PM, Reece Jones ***@***.***> wrote:
I'm having the same issue, I think it might have something to do with elixir-sense.
Looking in the developer console, there seem to be some elixir-sense errors:
23:28:11.004 [error] Task ElixirSense.Server.TCPServer started from #PID<0.199.0> terminating
** (stop) exited in: GenServer.call(ElixirSense.Server.TCPServer.ConnectionHandlerSupervisor, {:start_task, ***@***.***, #PID<0.199.0>, #PID<0.199.0>}, [#PID<0.199.0>, #PID<0.198.0>], {:erlang, :apply, [#Function<1.71228308/0 in ElixirSense.Server.TCPServer.start_connection_handler/2>, []]}], nil, nil}, :infinity)
** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
Unchecking the "Use elixir-sense instead of alchemist-server" setting seems to make autocomplete work again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I wouldn't say using alchemist-server is the ideal solution, it seems like it doesn't give as many suggestions as elixir-sense (for me at least). It doesn't always suggest local variables or things from other files. |
I have this problem as well. :( |
I was having the same problem and unfortunately looks like this repository is not being actively maintained anymore. After some research, I found this extension which solved my problem, hope it helps y'all as well :) |
Hi there.
I read the previous link on the autocomplete working and tried changing
this.command
in theelixirServer.js
file but I'm still getting the "loading" hang when I try to use intellisense and I'm not getting autocomplete either. It will work temporarily sometimes when I reboot my computer but then stop working soon after.Any thoughts/ideas?
Thank you,
a young and enthusiastic Elixir learner.
The text was updated successfully, but these errors were encountered: