Rider如何显示C#的文档

像之前使用IDEA时,点击JAVA的类,进去都可以看到详细的文档,而c#的类库、库函数的文档都没有,比如使用Ctrl+点击string,进入的是几乎没有什么文档的类,没有英文文档,也没有中文文档,怎样可以显示出文档。

 

0
1 comment

Hello,

Thank you for contacting Rider support.
Apologies for keeping you so long without an answer.

When you navigate into built-in types, such as String, Rider downloads a file from official dotnet repository and showw you its content.

I compared String.java and String.cs and saw that java file indeed contains much more documentation. However, relatively little documentation in String.cs is not an issue on Rider side. Rider only shows documentation that exists in official repository. (String.cs on GitHub).

After navigating into String.cs I see the following picture. Is it the same for you?

If it doesn't match to what you see, please let me know. I would appreciate it if you could elaborate on the issue and share a screenshot that demonstrates it.

Have a nice day!

0

Please sign in to leave a comment.