Skip to content

mise-en-place JetBrain's IntelliJ platform supports

Notifications You must be signed in to change notification settings

134130/intellij-mise

Repository files navigation

Build Version Downloads

Mise

GitHub | Issue | Changelog

Mise is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from Mise config files. see: mise-en-place

Supported Platforms

  • IntelliJ IDEA
  • GoLand
  • WebStorm
  • Rider
  • Submit issue if you need other IDE

Features

  • Environment Variables: Set environment variables for your run configurations from mise config files.
  • JDK Integration: Set JDK from Mise config files.
  • Go SDK Integration: Set Go SDK (GOROOT) from Mise config files.

Screenshots

- Setup Notification
IntelliJ IDEA image image
GoLand image image
Run Configuration image

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Mise" > Install

  • 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.