Emmet Abbreviations for VS Code Elixir .eex Templates

Jeff Longbeard
1 min readJul 6, 2020

--

  1. If you haven’t already, download the vscode-elixir extension from the marketplace.
  2. Open the command pallet cmd+shift+p
  3. Type in settings.json
User typing in settings.json in command pallet

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!

--

--

No responses yet