Ready to start a new Elm project in IntelliJ? First, make sure that you have the Elm plugin installed. When you open IntelliJ, you'll see a launch screen.
- Click 'Create New Project'
- Select 'Elm' from the panel on the left.
- Click the 'Next' button
- Give your project a name and a location on disk
WebStorm users: Due to a bug, the above steps will not work. Instead, you can create a new project by first creating a directory, run elm init
, and then open that directory in WebStorm.