When I write Java in IDEA, I can use Ctrl+Click to enter a class and display full documents of class. I really like this. But in Rider, it's just a little bit documents.
For example, I enter class Integer and see a lot of documents on class, field and method. int in idea
In class Int32 with Rider, there are just a few documents. int32 in rider
Now I have to search in Microsoft's website for full documents like Java in IDEA. How can i get documents in Rider like IDEA?