Skip to content

134130/intellij-mise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcf719b · Apr 26, 2025
Apr 19, 2025
Mar 23, 2025
Jun 30, 2024
Apr 19, 2025
Apr 26, 2025
Apr 26, 2025
Nov 9, 2024
Nov 9, 2024
Apr 26, 2025
Dec 25, 2024
Jan 16, 2025
Apr 26, 2025
Apr 19, 2025
Apr 26, 2025
Jun 30, 2024
Jun 30, 2024
Jan 31, 2025
Jan 31, 2025
Apr 5, 2025

Repository files navigation

Build Version Downloads Rating

Mise

GitHub | Issue | Changelog

Mise is a plugin for JetBrains IDEs that provides integration with mise-en-place

Features

  • Environment Variables: Set environment variables for your run configurations from mise.toml files.
  • Tool Integration: Set project's SDK automatically from mise.toml files.
    • java, go, node, deno SDKs are supported.
  • Language Support: Provides language features for mise.toml files.
    • Code completion
    • Reference (refactoring)
    • Language Injection
  • Diagram Support: Provides task dependency diagrams.

Supported Run configurations

  • JVM
    • Java
    • Kotlin
    • JUnit
    • Gradle
  • Go
    • Go Build
    • Go Test
  • Python
  • Node.js
    • Node.js
    • npm
    • Deno
  • C#
  • Submit issue if you need others

Screenshots

main

language-completion

language-reference

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

Ecosystem


Plugin based on the IntelliJ Platform Plugin Template.