How to view class structure, including inherited fields, in JetBrains Rider?

Viewed 50

Is it possible to view all the methods and fields of a class, including inherited fields?

Something similar to the structure view but include all symbols.

Currently, I type this. and see all the suggestions.

1 Answers

Does the File Member command (Alt+\ or Ctrl+F12) help you? It contains the inherited fields as well: screenshot - File Member popup

Related