Parse Move compiler errors and suggest fixes
Analyzes Move compiler errors and suggests specific code fixes with explanations.
/plugin marketplace add Rahat-ch/move-plugin/plugin install rahat-ch-move@Rahat-ch/move-pluginParse compiler errors from stderr and suggest fixes.
Usage: /move:debug
Check for recent compiler output:
Common error patterns and fixes:
Ability Errors:
has key to structhas store to structhas copy or use & referenceBorrow Errors:
borrow_global_mutType Errors:
Move Errors:
move_from or copy the valueexists<T>(addr) firstAccess Errors:
public or public(friend)Read the relevant source file at the error location
Use search_framework if the error involves framework types
Provide:
To get fresh errors, suggest running:
movement move compile 2>&1