We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've added the following to my user settings:
"emmet.syntaxProfiles": { "HTML (Eex)": "html", }, "emmet.includeLanguages": { "HTML (Eex)": "html", },
However, emmet code expansion for html will only work in .eex files if I change the following from:
"files.associations": { "*.eex": "elixir" }
to
"files.associations": { "*.eex": "html" }
Is there a way to make vscode see the file as an elixir file, but also enable code expansion with emmet?
I have this extension installed to add elixir code support: mjmcloug.vscode-elixir
The text was updated successfully, but these errors were encountered:
Now its "HTML (EEx)" not "HTML (Eex)"
Sorry, something went wrong.
No branches or pull requests
I've added the following to my user settings:
However, emmet code expansion for html will only work in .eex files if I change the following from:
to
Is there a way to make vscode see the file as an elixir file, but also enable code expansion with emmet?
I have this extension installed to add elixir code support:
mjmcloug.vscode-elixir
The text was updated successfully, but these errors were encountered: