javaintellij-idea

How to get intellij to stop showing methods in the project structure view?


It seems with Nov 2021 version of Intellij, the editor has started showing methods in the project structure view. If your cursor is on a method in the editor, the project structure will open up and jump to this method.

I would like to disable it and go back to the old style project structure that didn't show methods.

enter image description here


Solution

  • Gear icon, Tree Appearance, Show Members -> Disable.

    enter image description here