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.

3 comments
Comment actions Permalink
I'd suggest upvoting the https://github.com/KronicDeth/intellij-elixir/issues/2102; you can find some suggestions in comments there
1
Comment actions Permalink

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.




1

Please sign in to leave a comment.