Skip to content

dweindl/intellij-antimony

Repository files navigation

intellij-antimony

Build

This IntelliJ Platform plugin provides basic support for the Antimony language.

Files with the .ant extension will be recognized as Antimony files.

Features:

  • Syntax highlighting
  • Rename refactoring
  • Find usages
  • Go to declaration
  • Conversion between SBML and Antimony
  • structure view
  • (very basic) code completion

Development is in a very early stage, so expect bugs and missing features. Code quality is also not great yet. This is my first IntelliJ plugin, so I'm still learning. Grammar is still incomplete, so some Antimony files may not be parsed correctly. Everything is subject to change. Contributions are welcome.

Installation

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template which was released under the Apache-2.0 license.