Anyone using WebStorm to develop in Phoenix LiveView?
Is anyone using WebStorm to develop in Phoenix LiveView using Elixir? Suggestions on how to set up the IDE would be appreciated.
The Elixir plugin seems to work well enough. But it doesn't syntax highlight .heex files is one missing feature.
Any recommendations appreciated.
Please sign in to leave a comment.
Thank you.
Go to Settings > Editor > FileTypes and select EmbeddedElixirFile. In the right-hand pane, where you see .eex, click + to add a new one and use *.heex then select HTLM as the template language type.
im still trying to get past this step
Please try reporting the issue to https://github.com/KronicDeth/intellij-elixir/issues.