intellij-move
intellij-move copied to clipboard
Support for Move, smart-contract language for Aptos and other blockchains
Move Language plugin for the Intellij platform
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.
New features are announced in changelog.
Features
- Syntax highlighting
- Code formatting
- Go-to-definition
- Rename refactoring
- Type inference
Move.tomlandmovebinary integration
Dependencies
For git dependencies specified in Move.toml file you need to manually run move package build to populate build/ directory.
Compatible IDEs
All Intellij-based IDEs starting from version 2021.1. For 2020.3 and below you can use old versions of the plugin.