Currently comment stubs will not be generated in html-esque files (.html, .cshtml, .aspx, etc.) in Visual Studio 2013 or later. This has to do with the fact that the ContentTypeAttribute export for HTML currently being used is only compatible with 2012. The best way to work around this may be to create a custom ContentType(s) and use it instead or in addition to the current attribute in the JScript vsdoc Stub Generator 11Factory.
Currently comment stubs will not be generated in html-esque files (.html, .cshtml, .aspx, etc.) in Visual Studio 2013 or later. This has to do with the fact that the
ContentTypeAttributeexport for HTML currently being used is only compatible with 2012. The best way to work around this may be to create a custom ContentType(s) and use it instead or in addition to the current attribute in theJScript vsdoc Stub Generator 11Factory.