• Stars
    star
    378
  • Rank 109,894 (Top 3 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elm language support for IntelliJ, WebStorm, PhpStorm and PyCharm (JetBrains)

Elm Plugin for IntelliJ IDEs (WebStorm, IDEA, PyCharm, etc.)

Install

You can install the plugin from within the JetBrains IDE by going to Settings -> Plugins and then searching for "Elm". After installing the plugin, restart the IDE and then open your existing Elm project or create a new project.

Highlighted Features

Additional Features

Want to see it in action? This 10 minute video demonstrates many of the features and how they work together.

Note: if you have node installed using nvm, please see the related information here.

FAQ

  • Is this free?
    • Yes, the plugin itself is free and it works with the free version of IntelliJ.
  • What versions of IntelliJ does this work with?
    • IntelliJ IDEA Ultimate
    • IntelliJ IDEA Community Edition (free!)
    • PyCharm Professional
    • PyCharm Community (free!)
    • WebStorm (amazing JS and CSS support)
    • and others (untested)

Elm IntelliJ Plugin

Build Version Downloads

Template ToDo list

Elm & Lamdera Plugin

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Elm" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > βš™οΈ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.