Method Mover (https://github.com/cliffantrim/method-mover.git) is for those who are already using AI to generate methods, but aren’t yet ready to fully submit to our new AI overlords by letting Codex or Claude Code loose on their projects.
Pasting the text of a method definition you copied off of one of the AI websites into the IDE can be hit-or-miss. Method Mover uses IDE scripting and IDE Communicator v2 to add the method to your project, so you avoid that frustration and the back-and-forth of copying and pasting all the method parts into the IDE.
This started as an internal tool to automate the creation of semi-standard classes that I use a lot, and along the way I thought someone might find this stripped down version useful.
