Haxe files don't show in New context menu
Hi guys
I have IntelliJ 2016.3. I'm working on a Haxe project and naturally have the Haxe plugin installed.
When I right-click on a directory and go to New, Haxe options don't show. The Haxe file templates are there and everything looks fine, but they just will not show up in the context menu.
Does anyone know why this is?
The directory is marked as source and I get all the Java options. The Haxe SDK itself is installed fine and works as expected.
I'm sure this used to work in IntelliJ 14 or 15, but for the life of me I cannot get the options to appear in 2016.3 and whenever I want to create a new class I have to create a generic file and type the name with extension - but obviously I then miss out on the template and have to write all the boilerplate stuff myself as well.
Help would be greatly appreciated.
Thanks
Please sign in to leave a comment.
You need Haxe module type:
That worked perfectly, thanks!