Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Mix Format for ElixirNew to Visual Studio Code? Get it now.
Mix Format for Elixir

Mix Format for Elixir

Elliot Jackson

|
374 installs
| (0) | Free
A mix format extension that supports monorepos.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Elixir's Mix Format for VSCode

A mix format extension for Visual Studio Code with support for monorepos.

Features

  • Supports .ex, .exs and .heex files
  • Supports monorepos
  • Formats via mix format

Usage

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"
  }
}

Installation

The easiest way to install this extension is via the extensions manager in VSCode.

Search: Mix Format for Elixir

License

Mix Format for Elixir is released under the Apache License 2.0.

About

This extension was written by Elliot Jackson.

  • Blog: https://elliotekj.com
  • Email: elliot@elliotekj.com
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft