What tools/plugins (any editor) do you use to improve your workflow with Elixir?

  • Nix for version and package management
  • NeoVim with terminal
  • ElixirLS/ErlangLS
  • Projectionist for scaffolding and file jumping, with my project heuristic
  • rg for searching
  • ctags for 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-elixir provides support for Ecto DBs OotB)
  • Makery for running tests, compiling, etc.
7 Likes