Show xml tag into visual studio intellisense

后端 未结 3 1544
轮回少年
轮回少年 2020-12-06 09:21

I added the xml tag to some of my methods but I can\'t see its content in IntelliSense.

Here is my code:

/// 

        
3条回答
  •  囚心锁ツ
    2020-12-06 09:56

    This currently does not work (Visual Studio 2017), and is an open issue:

    https://github.com/dotnet/roslyn/issues/31618

    One way to make it work is to install the ReSharper Visual Studio plugin (but this is paid-for).

提交回复
热议问题