Elixir Mix Formatter integrated into Visual Studio Code. Note: Elixir and a project with a working Mix format configuration is required.
- Format documents using Elixir Mix format task.
- Format documents without saving the file.
Elixir and a project with a working Mix format configuration is required. This extension executes the elixir Mix format task from Visual Studio Code formatting feature.
More information about Elixir Mix format task here.
Install through VS Code extensions. Search for Elixir Formatter
Visual Studio Code Market Place: Elixir Formatter
Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install animus-coop.vscode-elixir-mix-formatter
- Fix readme
