joaothallis
What tools/plugins (any editor) do you use to improve your workflow with Elixir?
I will start:
asdf (to switch Elixir/Erlang versions easily)
tmux (to run tests and have multiple terminals)
Integrated terminal (vim, vscode and emacs has builtin)
Run tests from editor (vim-test/vim-test)
elixir-ls (GitHub - elixir-lsp/elixir-ls: A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol" · GitHub)
Alternate between test and your implementation file (renderedtext/vim-elixir-alternative-files)
git client in editor (Magit in Emacs, Fugitive in vim and vscode has a builtin)
Open the current line(s) in GitHub from editor (renderedtext/vim-elixir-alternative-files)
ripgrep (to search in terminals and text editors)
Git blame (:Gblame with vim + Fugitive and GitLens in vscode)
Most Liked
hauleth
- Nix for version and package management
- NeoVim with terminal
- ElixirLS/ErlangLS
- Projectionist for scaffolding and file jumping, with my project heuristic
rgfor searchingctagsfor tag navigation (sometimes faster than LSP and for navigating projects where I do not have LSP)- dadbod for writing SQL queries before translating them to Ecto (
vim-elixirprovides support for Ecto DBs OotB) Makeryfor running tests, compiling, etc.
NobbZ
nixfor version management- Emacs 28 (nightly builds) to edit files
- Elixir and Erlang language servers in their latest versions
lsp-modefor loading and using the LS’ within emacsmagitto interfacegitfrom within emacsprojectileusually with plain git-based projects for project managemententrto run tests on file change in a terminal I have side by side with emacs
Popular in Discussions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









