In Visual Studio 2008 and 2010 we used to be able to see object members defined in the constructor and commented using a "field comment" in the Intellisense results. Since the change to Visual Studio 2012 these members are no longer included.According to msdn documentation for VS 2012 this should still be working:http://msdn.microsoft.com/en-us/library/hh542725.aspxIn the Remarks section it states:When you're documenting a constructor function, the <field> element must appear immediately before the field declaration. The name attribute must match the field name that's used in the source code. For object members, the name attribute can be omitted if the <field> element appears immediately before the object member declaration.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...