A mix format extension for Visual Studio Code with support for monorepos.
- Supports
.ex,.exsand.heexfiles - Supports monorepos
- Formats via
mix format
You can set this extension to be your default formatter for Elixir and Heex
files with the following configuration in your settings.json:
{
"[elixir]": {
"editor.defaultFormatter": "elliotekj.elixir-mix-format"
},
"[phoenix-heex]": {
"editor.defaultFormatter": "elliotekj.elixir-mix-format"
},
"[html-eex]": {
"editor.defaultFormatter": "elliotekj.elixir-mix-format"
}
}The easiest way to install this extension is via the extensions manager in VSCode.
Search: Mix Format for Elixir
Mix Format for Elixir is released under the Apache License 2.0.
This extension was written by Elliot Jackson.
- Blog: https://elliotekj.com
- Email: elliot@elliotekj.com