Closed hverlin closed 2 weeks ago
Thank you for your suggestion and interest in this plugin!
I love these :heart: Almost everything is what I thought, too!
Actually, the plugin is just developed for my personal usage, and I never thought the people were willing to use it.
And as mise's original developer does, I use mise in my CLI more often, so that's why I did not add many features to it.
I'll make the several sub-issues and I'll take a shot.
Thank you for your suggestions again!
Nice! I think the most important for me is to have the settings panel. I can create a few issues
the plugin is just developed for my personal usage, and I never thought the people were willing to use it
If you prefer to keep yours simple, I don't mind creating another one 😅 I feel it might be better to have a single good plugin in the IntelliJ marketplace though :)
Never mind! It's my enjoy 😆
Thank you! I will close this task in favor of individual issues
Some ideas I have for this plugin. Please let me know if you are interested, I can make PRs.
Supports for additional languages / tools (Python. Rust, ...)
Add a notification (e.g. on startup) if the user needs to run
mise install
add icon in
*mise.toml
to reload the mise configuration. I imagine that this could reload be used to runmise install
and reload the SDKs (similar to what IntelliJ has for Gradle or Cargo.toml)Add a panel with tasks, env & tools (similar to
npm
orgradle
)Add a
mise
panel in settings:mise
profile (--profile
option) to useAdd run configuration for mise and allow running tasks from
mise.toml
files (here is an example withpackage.json
files)better autocomplete for
mise.toml
files. (there is already a json schema, but maybe some small improvements could be made (like autocompleting task names independs
)