We are a small dev team supporting a few apps in visual studio. All code changes are checked-in to a VSTS account.
The project I work on is mostly maintained by myself, occasionally by another developer, so I rarely do a full 'get' and only check-out files when I need to change them.
Is there an easy/automatic way for me to be alerted that another developer has checked-in files and prompt me to do a get or compare the changes?
In classic Visual Basic, VSS could be set to do a 'full get' everytime the IDE is opened - always ensuring all developers have the latest code.
Is there nothing similar in Visual Studio? Even just a notification that my working copy is different to the checked-in version would be enough.