I am using Visual Studio 2010 in conjunction with Team Foundation Server 2010 and Power Tools.
In my code files, (eg. \*.cs)I can right-click in the editor and select Source Control"->"Annotateto get an extra column where I can see who last modified the rows. This does not seem to work in my MVC-Views (\*.cshtml).
Is there a file type limitation in the extension / function of power tools?
How to enable this very useful feature for all text file types in Visual Studio?
source
share