Explain the current Move file or selected code
Analyzes Move code and explains module structure, resources, functions, abilities, and access control patterns.
/plugin marketplace add Rahat-ch/move-plugin/plugin install rahat-ch-move@Rahat-ch/move-pluginAnalyze and explain the current Move file or selected code.
Usage: /move:explain
Read the current file (or use context if provided)
If it's a .move file, explain:
Highlight Movement/Aptos-specific patterns:
Note any potential issues:
Use search_framework tool if you need to reference framework code for context
Movement supports Move 2.1. Do NOT suggest:
&mut Resource[addr] syntax (Move 2.2+)#[randomness] attribute (Move 2.2+)