I\'m using Team Foundation Server 2010 with Visual Studio 2010.
Whenever I modify a file outside of Visual Studio, TFS doesn\'t seem to detect the change done to the
I found that in Visual Studio 2015, with the project open, Visual Studio discovered for itself that files had been modified externally, and automatically checked them out without me having to do anything. Checking in the project in the normal way saved the external modifications.
Visual Sourcesafe works like this too and the way I get VSS or TFS to notice the change is by checking the file out once inside Visual Studio.
Try this. It's some sort of workaround, but it works:
That's it. The changes are visible now.
In my case, the following worked (at least the one time I tried it):
Changing the View Option appears to force a refresh of modified files.
Open Source Control and go to your TFS folder. Right-click on the folder and choose 'Compare'.
Notice that your edited files show up marked in red.
I find this is better than tfpt online
which also gets you files that are not readonly and not edited.