I use Visual Studio 2010 in combination with the Team Foundation Server 2010 and the Power Tools.
In my code files (eg. \*.cs)
I can right click in the editor and select Source Control"->"Annotate
to get an additional column where I can see, who last modified the lines. This doesn't seem to work in my MVC-Views (\*.cshtml)
.
Is there a limitation of file types in the extension/function of the power tools?
How can I enable this very useful function for all text-based file types in Visual Studio?