Hi,
I'm working on a VCS adapter and I'd like to be able to intercept the IntelliJ IDEA UI actions of Rename and Move in order to perform the rename/move with custom code.
I have a VcsVFSListener listener implemented with performMoveRename method, but this appears to be happening after the file has actually been renamed/moved?
Is there a way that I can provide the mechanism to to the file rename/move?
Regards, Sean.