Move on Aptos language plugin for the IntelliJ-based IDEs
October 29, 2024 ยท View on GitHub
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.