This is a Sui Move IntelliJ plugin powered by move-analyzer.
- JetBrains IDE version:
243+ move-analyzerinstalled
Install move-analyzer:
suiup install move-analyzerVerify:
move-analyzer --version- Open your IDE.
- Go to
Settings/Preferences -> Plugins. - Click the gear icon and select
Install Plugin from Disk.... - Select the packaged ZIP file (
build/distributions/*.zip). - Restart the IDE after installation.
Run in the project root:
./gradlew buildPluginGenerated file location:
build/distributions/
Then install it using Option 1.
- Go to
Settings/Preferences -> Languages & Frameworks -> Sui Move Language. - Set the
move-analyzer pathto your executable.- Example:
/Users/<you>/.local/bin/move-analyzer
- Example:
- Save settings.
If move-analyzer is not found, the plugin will prompt you to install it.
- Verify the path is executable:
/your/path/to/move-analyzer --version- After changing the path, reopen the project or restart the IDE.
- Make sure the current file is a
.movefile. - Make sure the project is a valid Move/Sui project (
Move.tomlexists). - Make sure
move-analyzeris available and runnable.