Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Intercept Refactor File rename or move

$
0
0

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.


Viewing all articles
Browse latest Browse all 5661