Skip to content

pontem-network/intellij-move

Repository files navigation

Move on Aptos language plugin for the IntelliJ-based IDEs

Plugin documentation is work-in-progress

Installation

Open Settings > Plugins > Marketplace in your IDE, search for Move Language and install the plugin. To open an existing project, use File | Open and point to the directory containing Move.toml.

Compatible IDEs

The plugin is compatible with all IntelliJ-based IDEs starting from 2023.3. Other versions have older versions of the plugin.

New features are announced in changelog.

Features

  • Aptos Move Language support
  • Rename refactoring
  • Code formatting
  • Integration with aptos-cli.
  • Running Aptos compiler on-the-fly.