An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mint plugin for IntelliJ [![Current version](https://img.shields.io/jetbrains/plugin/v/15852?label=Version&style=flat-square)](https://plugins.jetbrains.com/plugin/15852-mint/versions) [![Build](https://img.shields.io/github/workflow/status/bjansen/mintellij/Build/main?label=Build&style=flat-square)](https://github.com/bjansen/mintellij/actions)

This plugin adds support for the [Mint language](https://www.mint-lang.com/) to IntelliJ-based IDEs.

image

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