Links in Visual Studio comments?

When researching effective methods for documenting our VB.NET project, through an experiment, I found that I could make a comment, for example

'See the file at file://path_to_file

and then I can click this link to open the file in a new tab. Is this feature and possibly other features of Visual Studio comments documented anywhere? I would like to create a documentation system consisting of html pages that link to code, and vice versa.

+3
source share
1 answer

, XML Sandcastle Help File Builder. XML #, , , VB.Net. , Sandcastle, VS, . HTML Help 1.x(.CHM) HTML Help 2.x(.HxS). , XML, , ( ) XSL .

+1

Source: https://habr.com/ru/post/1751019/


All Articles