Elixir Auto Deps
Quickly add Elixir dependencies to your mix.exs by searching Hex.pm directly from VS Code.
Usage
- Open Command Palette (
Cmd+Shift+P / Ctrl+Shift+P)
- Run "Elixir: Add Dependency"
- Search and select a package
- Choose a version
- Dependency is added automatically
Settings
elixirAutoDeps.runMixDepsGet - Control mix deps.get behavior after adding dependencies:
ask (default) - Prompt each time
always - Run automatically
never - Never run
| |