6

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.

Pang
  • 9,564
  • 146
  • 81
  • 122
Efi G
  • 937
  • 8
  • 15
  • 1
    [`RIDER-50387` - Show inherited members in Structure view](https://youtrack.jetbrains.com/issue/RIDER-50387/Show-inherited-members-in-Structure-view) – Pang Sep 09 '22 at 01:19

1 Answers1

2

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

Pang
  • 9,564
  • 146
  • 81
  • 122
mu88
  • 4,156
  • 1
  • 23
  • 47
  • 1
    in order for it to get the effect I was searching for i had to check the option 'include members from related files'. The meaning of this option is a bit ambiguous but it looks promising – Efi G Sep 17 '22 at 17:03