0

In VSCode when I need to check the documentation for a System Class, say for instance the Console class, I can just go to to reference of the class and see the metadata, like this:

enter image description here

While Rider would just go the class implementation instead. Is this a feature that Rider does not have? I can't quite to find any info on their documentation.

enter image description here

LazyOne
  • 158,824
  • 45
  • 388
  • 391
qvn
  • 78
  • 7

1 Answers1

1

For me "View | Quick Documentation" on a symbol is usually sufficient. It has a shortcut depending on the shortcut schema.

Metadata view is available also: https://www.jetbrains.com/help/rider/Navigation_and_Search__Navigate_from_Here__Metadata_Sources.html

Ivan Shakhov
  • 1,299
  • 11
  • 12