Mise is a plugin for JetBrains IDEs that provides integration with mise-en-place
- Environment Variables: Set environment variables for your run configurations from
mise.toml
files.- See Supported Run configurations for the list of supported Run configurations.
- 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.
- JVM
- Java
- Kotlin
- JUnit
- Gradle
- Go
- Go Build
- Go Test
- Python
- Node.js
- Node.js
- npm
- Deno
- C#
- Submit issue if you need others
-
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...
- See mise-vscode if you are looking for a similar plugin for VSCode
- Mise documentation
Plugin based on the IntelliJ Platform Plugin Template.