How to have comments in IntelliSense for function in Visual Studio?
Asked 07 September, 2021
Viewed 520 times
  • 55
Votes

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

alt text alt text

How can I have that for functions and properties I write?

12 Answer