Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.12 KB

README.md

File metadata and controls

53 lines (34 loc) · 2.12 KB

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

Features

  • Tool Integration: Set project's SDK automatically from mise.toml files.
    • java, go, node, deno SDKs are supported.
  • Environment Variables: Set environment variables for your run configurations from mise.toml files.

Supported Platforms

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

Screenshots

main

run

run-gif

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.