Skip to content

pontem-network/intellij-move

Repository files navigation

Move on Aptos language plugin for the IntelliJ-based IDEs

Plugin documentation is available at https://intellij-move.github.io/.

Installation

Open Settings > Plugins > Marketplace in your IDE, search for Move on Aptos and install the plugin.

EAP builds are also available, which contain the build from the current master branch. See the docs on EAPs for the how-to instructions.

Compatible IDEs

The plugin is compatible with all IntelliJ-based IDEs starting from 2023.3. Versions older than 2023.3 have older version of the Intellij-Move plugin available.

New features are announced in What's New section of the documentation.

Features

  • Move on Aptos language support, including Compiler-V2 features.
  • Rename refactoring.
  • Code formatter.
  • Extensive integration with aptos-cli.
  • Running Aptos Move compiler on-the-fly as you typing.

Sui Move Language support is also present, but is maintained on a best-effort basis.