Is there an extension for Visual Studio 2010 / Resharper that will cause files moved or renamed during refactoring to be git moved accordingly? Right now, every time I move a file, I need to manually git rm / git add , otherwise if I git move , then I need to go into Visual Studio so that it recognizes the moved files.
I am using Visual Studio 2010, Resharper 7.1.2, Git Bash (git version 1.8.1.2) and the Git Source Control Provider .
Update: I know that Git automatically detects moves as soon as files have been added and added. But I don’t want to manually rewrite every file that has been moved, and since other tools (like IntelliJ IDEA) seem to be able to do this for me, it seems reasonable that VS should also be able to.
source share