-
When we press |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi! ElixirLS doesn't call
Here's the code that does the formatting: https://github.com/elixir-lsp/elixir-ls/blob/1f1922db65f0ee7b1d2e754dffdba487ae3f2f01/apps/language_server/lib/language_server/providers/formatting.ex ElixirLS hasn't added support for this new Elixir 1.13 feature yet so I've create a feature request for this: elixir-lsp/elixir-ls#660 |
Beta Was this translation helpful? Give feedback.
Hi! ElixirLS doesn't call
mix format
directly for two main reasons:Here's the code that does the formatting: https://github.com/elixir-lsp/elixir-ls/blob/1f1922db65f0ee7b1d2e754dffdba487ae3f2f01/apps/language_server/lib/language_server/providers/formatting.ex
ElixirLS hasn't added support for this new Elixir 1.13 feature yet so I've create a feature request for this: elixir-lsp/elixir-ls#660