Is there any shortcut to look at all the members e...
# intellij
m
Is there any shortcut to look at all the members especially functions of a class because class file is too big?
e
Depends on what you mean by “look at”. I often use the “File Structure” popup, which is Ctrl-F12 in my keymap.
You can also use Quick Definition (Ctrl-Shift-I) to peek at the code for the method that is currently selected in that popup.
m
Or open the Structure dialog in the IDE