https://github.com/bjansen/mintellij
Mint plugin for IntelliJ
https://github.com/bjansen/mintellij
intellij-plugin mint-lang
Last synced: 3 months ago
JSON representation
Mint plugin for IntelliJ
- Host: GitHub
- URL: https://github.com/bjansen/mintellij
- Owner: bjansen
- License: gpl-3.0
- Created: 2021-01-01T14:05:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T15:57:37.000Z (about 3 years ago)
- Last Synced: 2025-10-29T10:50:00.644Z (7 months ago)
- Topics: intellij-plugin, mint-lang
- Language: Kotlin
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mint plugin for IntelliJ [](https://plugins.jetbrains.com/plugin/15852-mint/versions) [](https://github.com/bjansen/mintellij/actions)
This plugin adds support for the [Mint language](https://www.mint-lang.com/) to IntelliJ-based IDEs.

## Status
*This is a toy project, there is no guarantee that it will be actively developed.*
**Working**:
* configurable syntax highlighting
* most of the syntax is accepted by the parser
* Go To declaration (records, stores, components etc)
* run `mint` commands from the IDE
* basic code completion
**Coming next**:
* improve parser to support missing constructs
* detect Mint installation, Mint project type
* navigation, find occurrences