This content originally appeared on DEV Community and was authored by Long Le
Recently, VSCode intellisense feature for elixir has stopped working on my Mac. Code autocomplete, go to definition, function description... are all failed. My colleagues encounter the same problem.
After researching, I found the root cause is ElixirLS has crashed from launching.
I tried to disable ElixirLS, close the editor, open the editor again and enable ElixirLS but no luck. I also tried to reinstall ElixirLS but nothing changes.
So I went to ElixirLS Github homepage, move to Troubleshooting region and I found the solution:
-
Remove .elixir_ls folder in project folder:
rm -rf .elixir_ls/
Close VSCode.
And voila!
This content originally appeared on DEV Community and was authored by Long Le
Long Le | Sciencx (2021-09-11T00:41:07+00:00) Elixir intellisense stop working. Retrieved from https://www.scien.cx/2021/09/11/elixir-intellisense-stop-working/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.