SpaceVim
I am author of SpaceVim, As you know SpaceVim is a vim config which provide layer feature.
https://github.com/SpaceVim/SpaceVim
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
Trending in Dev Env & Tools
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
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
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
acrolink
There is
vim-elixir, here:https://github.com/elixir-editors/vim-elixir
I use it for code formatting, works fine.
SpaceVim
Thanks, I will add this to elixir layer. and anyone use neovim?
what the differences between these plugins:
https://github.com/slashmili/alchemist.vim
https://github.com/kbrw/elixir.nvim
AstonJ
Nice one Wang, good luck
Re Neovim, you can see code editor usage here: Elixir Code Editors & IDEs - which one are you using? (Poll)
@slashmili is the author of Alchemist.vim… hopefully he’ll see this and might be able to tell you the difference between the two..
SpaceVim
nice, Thanks for your info, I just include the alchemist.vim into spacevim’s elixir layer, I also add a REPL support for elixir.
please check 为什么停止维护 SpaceVim
BTW, for debug, I do not know which tool I should use, I am really new to elixir.
SpaceVim
and would you like to add SpaceVim into the list?
AstonJ
Unfortunately polls can’t be added to once posted - but we’ll add it to the next one
SpaceVim
Thanks!
slashmili
Well of course alchemist.vim is cooler
@SpaceVim I’m using Elixir day to day. so we I can dogfooding your experimental branch
SpaceVim
Thanks, I think the elixir layer in spacevim is done, any feedback is welcome.
OvermindDL1
I’ve been using it though I don’t think it has elixir language server support yet?
I do love it though.