Skip to content

pontem-network/intellij-move

Repository files navigation

Move on Aptos language plugin for the IntelliJ-based IDEs

The plugin supports the latest version of the Move on Aptos language, including the new features of v2, like enums or receiver-style functions. 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.

Compatible IDEs

The plugin is compatible with all IntelliJ-based IDEs starting from 2024.2. On the other versions, older versions of the plugin are 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 Move on Aptos compiler on-the-fly as you type.
  • Integration with the Aptos Decompiler.