Skip to content

Instantly share code, notes, and snippets.

@pkayokay
Last active June 2, 2025 01:47
Show Gist options
  • Save pkayokay/954d7d571b03b76976d8b952a4622ea5 to your computer and use it in GitHub Desktop.
Save pkayokay/954d7d571b03b76976d8b952a4622ea5 to your computer and use it in GitHub Desktop.
Elixir setup
https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls
https://marketplace.visualstudio.com/items?itemName=florinpatrascu.vscode-elixir-snippets
"elixirLS.suggestSpecs": false,
"elixirLS.dialyzerEnabled": true,
"elixirLS.signatureAfterComplete": false,
"elixirLS.fetchDeps": false,
"[elixir]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"[phoenix-heex]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"emmet.includeLanguages": {
"elixir": "html",
"phoenix-heex": "html"
},
"emmet.triggerExpansionOnTab": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment