Skip to content

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

License

Notifications You must be signed in to change notification settings

KasMA1990/intellij-elm

 
 

Repository files navigation

Elm Plugin for JetBrains IDEs

Provides support for the Elm programming language.

Should work on IDEA (Community and Ultimate), WebStorm, PyCharm, RubyMine and more. If not please raise an issue.

Install

First make sure to uninstall all other Elm plugins you may have installed (this requires a restart of the IDE). Some have reported that having two Elm plugins installed results in the IDE not starting but showing a seemingly unreleated error (if you have this problem, there are ways to fix it).

From within a JetBrains IDE, go to Settings -> Plugins -> Marketplace and search for "Elm". After installing the plugin, restart the IDE and then open your existing Elm project or create a new project.

Alternatively you can install it manually by downloading a release (or downloading the source and building it yourself) and installing it with Settings -> Plugins -> ⚙️ (gear icon) -> Install plugin from disk...

NOTE: if you have node installed using nvm, make sure to read our NVM setup guide.

Features

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

Template ToDo list

  • Create a new [IntelliJ Platform Plugin Template][template] project.
  • Get familiar with the [template documentation][template].
  • Verify the pluginGroup, plugin ID and sources package.
  • Review the Legal Agreements.
  • Publish a plugin manually for the first time.
  • Set the Plugin ID in the above README badges.
  • Set the Deployment Token.
  • Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.

License

MIT licensed.

Contributing

Yes, please! See our guide on this topic.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 98.1%
  • Elm 1.3%
  • Other 0.6%