Atai Ambus
Atai Ambus

Reputation: 109

In C# XML Documentation, only the summary tag is working

I'm trying to add XML documentation for my homework on VS code, but only text in the summary block shows up when hovering over the function/variable.

It also happened in the normal Visual Studio and on multiple computers, so I figure it's just something I don't understand, but I tried googling it and came up with nothing. I've also tried just straight up copy-pasting from a Microsoft article, but it still did not work

Upvotes: 3

Views: 1446

Answers (1)

rory.ap
rory.ap

Reputation: 35260

Yes, the intellisense only shows you the summary. It will never show you remarks or exceptions, but if you use it on a method, you will see the intellisense for each parameter as you enter them.

Upvotes: 3

Related Questions