Paul C
Paul C

Reputation: 8467

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

Upvotes: 6

Views: 1389

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402225

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

enter image description here

Upvotes: 12

Related Questions