Emmet Abbreviations for VS Code Elixir .eex Templates
1 min readJul 6, 2020
- If you haven’t already, download the
vscode-elixir
extension from the marketplace. - Open the command pallet
cmd+shift+p
- Type in
settings.json
4. Click on Open Settings (JSON)
pictured second in the above image
5. Paste in this line into your settings.json: "emmet.includeLanguages": {"HTML (Eex)": "html"}
Read more on this github issue.
And it works!