1player
I use Visual Studio Code, and the ElixirLS extension is a must have to code in Elixir.
Unfortunately, it seems to have gone stale over the past few months, and I seem to have read that the author didn’t have much time nor energy to keep track of the open issues and PRs.
At the time of writing the last commit is from August, but what concerns me the most is that it depends on the elixir_sense repo which has been renamed since April, has received more than 130 commits since but has not yet been integrated on the ElixirLS master branch.
@niku has created a fork at GitHub - niku/elixir-ls: A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol. · GitHub, but it seems to be for private use only, as improvements are under feature branches and it’s not available from the VSCode marketplace anyway.
Is it perhaps time to create a blessed public fork of ElixirLS and integrate all the outstanding PRs and improvements? I’m not stepping forward as I don’t have the knowledge to do so, but perhaps someone is interested in taking up this task.
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Phillipp
Maybe it makes more sense to ask the original author to get access to the repo to get it up to date instead of creating forks everywhere?
hauleth
You mean like this one?
1player
Makes sense. Tagging @JakeBecker, I hope this post didn’t come off as rude.
1player
That works, the point is that AFAIK it’s not available on the VSCode marketplace, just Jake Becker’s version is.
jpc
It is on the VSCode marketplace, under ElixirLS Fork
blatyo
As jpc said, it’s available here: ElixirLS Fork: DEPRECATED (use original extension) - Visual Studio Marketplace
1player
Thanks, last time I checked there wasn’t any, and I haven’t seen it mentioned anywhere.
praveenperera
Thanks @1player for making this thread. I would not have found out about the fork if you hadn’t.
axelson
As one of the main maintainers of the ElixirLS fork, I can say that we’d definitely welcome more contributors (and testers!).
Also one of the main benefits of the fork currently is that it is more up-to-date with ElixirSense, although there’s some bug fixes in ElixirSense that landed a day or two ago that I’m looking forward to being able to integrate.
sb8244
Just downloaded. I don’t do anything crazy with Elixir in VSCode, but I was having issues with the old extension so I’m hoping this will help fix it. It would stop working and I wouldn’t receive any autocompletions.