You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inheritdoc feature in C# let's you use cref to specify the member you want to inherit documentation from.
It doesn't look like the C# extension for Visual Studio Code supports this functionality yet (but it is supported in Visual Studio). For example, when you hover over members of code that use inheritdoc+cref the documentation is blank (not populating).
The
inheritdoc
feature in C# let's you usecref
to specify the member you want to inherit documentation from.It doesn't look like the C# extension for Visual Studio Code supports this functionality yet (but it is supported in Visual Studio). For example, when you hover over members of code that use
inheritdoc
+cref
the documentation is blank (not populating).It was also recently added to ms docs: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/inheritdoc
If this feature could be added to the C# Visual Studio Code extension it would be really nice. :)
Example:
The text was updated successfully, but these errors were encountered: