10

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

3 Answers 3

8

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

Sign up to request clarification or add additional context in comments.

2 Comments

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
Awesome, thank you. Would be nice if there was an option to "stick" this File Member menu in the text editor so it's always visible (kind of like in VS with a visible dropdown menu). BTW it seems the CTRL + F12 shortcut has been removed for this feature. It's only `ALT + ` now
3

I landed here in 2024 found that Rider has the Structure window CTRL+ALT+T
Structure window example

Posting because this is what I was looking for and I think the OP too.

Comments

0

This is a feature that should be added immediately. Rider is crazy to navigate. I use the solution view to scope to my project. But because I am using Unity, Rider also sees all of my plugins and extension code. Even though I can't edit any of it.

Everyone knows that adding a feature to a feature request for a large company will mostly get it swept under the rug.

It would be incredibly helpful to just have a window on the left pane that displays only the methods of the class I have open. It should also be able to scope to parent/child classes, interfaces and other linked functions. I know of the structure window but its useless also adding in all the variables. It even positions the variables in the order they occur in the file. I get variables, function, variables, functions that I need. In this huge list. What a mess.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.