KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

Emmet doesn't work w/.html.eex in IntelliJ ultimate #1833

Open cmcclellen opened 3 years ago

cmcclellen commented 3 years ago

IntelliJ IDEA Ultimate 2020.2; Latest Elixir Plugin.

I have added .html.eex to the Embedded Elixir file type and specified the template data language as HTML.

Most HTML features work, however Emmet tab completion does not. I cannot seem to find a way to get Emmet to work with the Embedded Elixir file type. For now, the option seems to be to change .html.eex to be a pure HTML file, which loses Elixir support.

Elixir Plugin: 11.8.1 IntelliJ IDEA: 2020.2.3 Elixir: 1.11.0

KronicDeth commented 3 years ago

I don't use Emmet and never specifically tried to support it, so I'm marking this as an Enhancement for now until I find out I implemented the TemplateLanguage support incorrectly and it is a bug on my part instead of a missing Extension Point.