Last active
June 2, 2025 01:47
-
-
Save pkayokay/954d7d571b03b76976d8b952a4622ea5 to your computer and use it in GitHub Desktop.
Elixir setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls | |
https://marketplace.visualstudio.com/items?itemName=florinpatrascu.vscode-elixir-snippets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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