Skip to content

bjansen/mintellij

Repository files navigation

Mint plugin for IntelliJ Current version Build

This plugin adds support for the Mint language 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