SpaceVim
Author of SpaceVim wanting to improve the Elixir layer - please help
I am author of SpaceVim, As you know SpaceVim is a vim config which provide layer feature.
I want to improve the elixir layer in SpaceVim. But I am really new to elixir, I am going to learn elixir, and try to find what is the most needed feature when coding elixir.
if you know any elixir vim plugin, please let me know. and here is a list of feature, a language feature should support:
- Fix imports.
- Show documentation.
- Show variables usage (in file/in project).
- Go to previous/next method
- Go to implementation.
- Go to type declaration.
- Go to super class (or method).
- Go to test class (or method).
- Rename variable.
- Fix linter errors.
- Place breakpoint.
- Start debugging.
- Override interface methods.
- Generate constructor/getter/setter/getter and setter/equals/test method
Most Liked
SpaceVim
Hello, I have wrote a post about using vim as Elixir ide.
SpaceVim
Thanks!
slashmili
Well of course alchemist.vim is cooler 
- For start if you check the repositories Alchemist.vim is more active
- If you check https://vimawesome.com/?q=elixir you’ll see more people added Alchemist.vim to their dotfile repos
- Alchemist.vim is using ElixirSense which is used in Atom and other editors so the chance of getting update and patches is more because more people are using that.
@SpaceVim I’m using Elixir day to day. so we I can dogfooding your experimental branch 
SpaceVim
Oh, elixirLS seems greate, I will add lsp support for elixir in SpaceVim. This should be added before SpaceVim v0.9.0 is released.
the pull request is:
SpaceVim
I have merged lsp support for elixir into SpaceVim, and the elixir language layer doc is:
and I am not sure if any one need a Chinese verison:
BTW, we are calling for code owner for elixir language layer, the code owner feature is a new feature of github, for more info, you can check out:








