How to have comments in IntelliSense for function in Visual Studio?

后端 未结 12 1536
难免孤独
难免孤独 2020-12-04 10:42

In Visual Studio and C#, when using a built in function such as ToString(), IntelliSense shows a yellow box explaining what it does.

How can I ha

12条回答
  •  隐瞒了意图╮
    2020-12-04 11:19

    Also the visual studio add-in ghost doc will attempt to create and fill-in the header comments from your function name.

提交回复
热议问题